Skip to content

Personal & Smaller Projects - This python-wrapper aims in just for fun scripts.

License

Notifications You must be signed in to change notification settings

Brunopaes/python-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python sandbox: Implementation tests for some random projects

GitHub language count GitHub top language GitHub repo size GitHub

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.

Dependencies

For installing the requirements, in your venv or anaconda env, just run the following command:

pip install -r requirements.txt

Project's Structure

.
└── python-sandbox
    ├── drivers
    │   └── chromedriver
    ├── src
    │   ├── crawlers
    │   ├── criptography
    │   ├── cython
    │   ├── misc
    │   └── neural_nets
    ├── .gitignore
    ├── LICENSE
    ├── README.md
    └── requirements.txt

Directory description

  • data: The data dir. Group of non-script support files.
  • docs: The documentation dir.
  • src: The scripts & source code dir.
  • tests: The unittests dir.

About

Personal & Smaller Projects - This python-wrapper aims in just for fun scripts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages