- Documentation at https://jeremiegince.github.io/PythonBasicTools/.
- Github at https://github.com/JeremieGince/PythonBasicTools/.
This package is a module containing a set of tools useful to any project made with python. It contains tools for:
- Logging;
- Device setup with sklearn, pytorch and tensorflow;
- Multiprocessing;
- Progress bar;
- Sending files to a discord server;
- Useful decorators;
- Useful functions for docstrings;
- And more to come!
pip install pythonbasictools
- Download the .whl file here;
- Copy the path of this file on your computer;
- pip install it with
pip install [path].whl
pip install git+https://github.com/JeremieGince/PythonBasicTools