mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
27f2a0e8b6
Added gitAutomation to README.md refactoring
13 lines
318 B
Markdown
Executable File
13 lines
318 B
Markdown
Executable File
### Install:
|
|
```bash
|
|
pip install -r requirements.txt
|
|
touch .env
|
|
Then open the .env file and store your username, password, and desired file destination. Use the provided format at the bottom of this README.
|
|
source ~/.my_commands.sh
|
|
```
|
|
|
|
### Usage:
|
|
```bash
|
|
To run the script type in 'create <name of your folder>'
|
|
```
|