[!IMPORTANT] This package is deprecated since 2023.
An updated project may be coming in the not too distant future, with hundreds of new implementations and much more.
🧾 README Version: 0.1.8
Miscellaneous tools to speed up and improve your code.
General funcs with no clear purpose
Some util funcs to access and manage system
Util functions to handle color management (conversions, random picker, ...)
Some util funcs to extract information about network
Aditional small module to extract the list of colors in a image. Intended to use to study images/patron-color images
Some util funcs to make exports easier. Current langs that can export each other -> [JSON, YAML, CSV, TOML, XML]
To install the library with PyPi and pip, do:
pip install -U pymtools --user
-> To install the library ONLY in user contextpip install -U pymtools
-> To install the library in global context*pip3 install -U pymtools [--user]
in POSIX systems
pip install -U git+https://github.com/Backist/Pymtools
If for any reason you can not install the library via PyPi & pip
you will have to install it manually.
…
Windows | NT systems
, because implemets some functions and methods that couldn’t be runned in Linux | Posix systems
, this does not mean that some functions can work correctly.v0.1.0b (04/10/22) : Beta release of Pymtools
+ Improve some functions
+ Pypi compatibility
v0.1.1: ...
+ Stable release
+ Updating requeriments.txt and csv to 0.1.1
...
v0.2.1: ...
...