1 devlog
34m
A python script that creates the necessary folders and initializes (and pushes) to Github!.
A python script that creates the necessary folders and initializes (and pushes) to Github!.
I have fully wrote a python script to automate creating project folders.
The script uses os and re to scan the dir and finds the last number I used to number the project. and then automatically create the selected folders that are shown as options in a GUI (using tkinter).
I integrated subprocess to talk directly to Git. It initializes a main branch, links it to my GitHub (as an Origin or Upstream), and even does an auto-push of the .gitignore so I don’t have to do the initial setup manually in the terminal anymore.
Log in to leave a comment