Toolbox is a Python package that contains handy functions. This was inspired by this article.
Use the package manager pip to install Toolbox like below. Rerun this command to check for and install updates .
pip install git+https://github.com/JosselinSomervilleRoberts/JossPythonToolbox.git
Features:
- toolbow.aws: AWS related functions to start and stop EC2 instances
- toolbox.print: print functions to print in color, print arguments
- toolbox.log: logging functions with tensorboard and wandb.
Try the demo.py
file to see the functions in action:
python demo.py