Skip to content

This library manages access paths, avoids format and path not found issues and is cross-platform.

License

Notifications You must be signed in to change notification settings

CyberTorii/pathSage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pathSage lib

This library manages access paths, avoids format and path not found issues and is cross-platform.

Dependencies

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.

Installation

To install this library, open a cmd and write:

pip install git+https://github.com/CyberTorii/pathSage.git

To update this library, open a cmd and write:

pip install git+https://github.com/CyberTorii/pathSage.git -U

Create your own library

To create your own library, use:

pip install libcreator
cd your/lib/folder
python -m libcreator

About

This library manages access paths, avoids format and path not found issues and is cross-platform.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages