- easy to use package to solve an easy problem
- `Works of all platforms(Windows, Linux, Mac OS), all version of python (python2 and python3), all versions of IDE, all different kind of IDE's
- clone this repo
$ pip install file-retoute
$ pip show -f file_reroute
pip install git+https://github.com/RonaldsonBellande/file-reroute
from file_reroute.reroute import reroute
reroute(["directory1", "directory2"])
- directory= "directory you want to reroute to"
- can be more then one directory as if one does not exist it will do the other directory and tell you that it does not exist
Name: file_reroute
Version: 0.0.1
Summary: A package for easier interaction with Terminal and IDE
Home-page: github.com/RonaldsonBellande/file-reroute
Author: RonaldsonBellande
Author-email: [email protected]
License: GNU General Public License v3.0
Requires: None
Required-by:
$ pip install .[dev]
$ python -m pytest --cov