Simple python script for devs how want to automate the process of cloning your github repository, just type in the name of it and you're done!
- Python has to be installed
- VS Code as your IDE (if you wanna open it with code after it's cloned)
- Open
clone_repo.py
with VS Code - Change the
USERNAME
constant to your own - Run it with python, that's it!
- By default the reposity is saved in '
Desktop/Projects
', if you want to change the thePROJECTS_PATH
constant to the path you want.