This python-wrapper groups personal and smaller python projects. Some of them are just for fun scripts. This python-wrapper was made in python 3.6.
For installing the requirements, in your venv or anaconda env, just run the following command:
pip install -r requirements.txt
.
└── python-sandbox
├── drivers
│ └── chromedriver
├── src
│ ├── crawlers
│ ├── criptography
│ ├── cython
│ ├── misc
│ └── neural_nets
├── .gitignore
├── LICENSE
├── README.md
└── requirements.txt
- data: The data dir. Group of non-script support files.
- docs: The documentation dir.
- src: The scripts & source code dir.
- tests: The unittests dir.