This library manages access paths, avoids format and path not found issues and is cross-platform.
This library only uses os
and pathlib
which are basic python libraries.
Note that
pathlib
requires a python version >= 3.4
To install this library, you will also need git installed on your computer.
To install this library, open a cmd
and write:
pip install git+https://github.com/Quedow/pathSage.git
To update this library, open a cmd
and write:
pip install git+https://github.com/Quedow/pathSage.git -U
To create your own library, use:
pip install libcreator
cd your/lib/folder
python -m libcreator