Miscellaneous tools for Python
Project description
🧾 README Version: 0.1.8
⚙️ Misctools
Miscellaneous tools to speed up and improve your code.
- The package is divided by modules that contain functions to diferent related situation
🗂 Modules:
- misc -
General funcs with no clear purpose
- opsys -
Some util funcs to access and manage system
- colors -
Util functions to handle color management (conversions, random picker, ...)
- net -
Some util funcs to extract information about network
- ext -
Aditional small module to extract the list of colors in a image. Intended to use to study images/patron-color images
- exports -
Some util funcs to make exports easier. Current langs that can export each other -> [JSON, YAML, CSV, TOML, XML]
⬇️ Install package
Linux(Posix)
To install the library, do:
pip3 install -U misctools --user
-> To install the library ONLY in user contextpip3 install -U misctools
-> To install the library in global context
⭐ Windows (NT):
*Currently the library is not in PyPi. To install the library with PyPi & pip, do:
-
pip install -U misctools --user
-> To load the library ONLY in user context -
pip install -U misctools
-> To load the library in global context -
📌 To install with PyPi, do
pip install -U misctools
-
📌 To install without PyPi, do
pip install -U git+https://github.com/Backist/Misctools
- ❕ If u want to install the library without PyPi, then u must have GIT installed.
- Install GIT
Exceptions & Errors:
If for any reason you can not install the library via PyPi & pip
you will have to install it manually.
...
- ℹ️ NOTE: This module have been created to be used in
Windows | NT systems
, because implemets some functions and methods that couldn't be runned inLinux | Posix systems
, this does not mean that some functions can work correctly.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pymtools-0.1.1b0.tar.gz
.
File metadata
- Download URL: pymtools-0.1.1b0.tar.gz
- Upload date:
- Size: 55.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83cc226e1f76ede8238d51954ff8ae84d621d5a566533faf76045847d28bf867 |
|
MD5 | aa0f9a66e9ee44e6b45c8e9479954334 |
|
BLAKE2b-256 | 53bfdd36de431a924a52a459a7d2ee2b71d2adf0f5efcef5d0decd0fdedb6c44 |
File details
Details for the file pymtools-0.1.1b0-py3-none-any.whl
.
File metadata
- Download URL: pymtools-0.1.1b0-py3-none-any.whl
- Upload date:
- Size: 52.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3f225dd5720d5845891f8aa7dd12226b333f62400024794f0409e53c1d23624 |
|
MD5 | 5689fbe219d04a14059808ea4709a4fa |
|
BLAKE2b-256 | fde857bb5cc6365ca7a372529578bbfd2db58a98b863309c829258f88f06e5d6 |