Skip to content

JeremieGince/PythonBasicTools

Repository files navigation

PythonBasicTools

Star on GitHub Python 3.6 License

Tests Workflow Dist Workflow Doc Workflow Publish Workflow


Important Links

Description

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!

Installation

With PyPI:

pip install pythonbasictools

With wheel

  1. Download the .whl file here;
  2. Copy the path of this file on your computer;
  3. pip install it with pip install [path].whl

With pip+git

pip install git+https://github.com/JeremieGince/PythonBasicTools

Star on GitHub