A python script that creates the necessary folders and initializes (and pushes) to Github!.
Trying to pacakge exe using Nuitka w/ help of gemini but not working as of now.
A python script that creates the necessary folders and initializes (and pushes) to Github!.
Trying to pacakge exe using Nuitka w/ help of gemini but not working as of now.
After packaging everything and making everything work i got hit with this nightmare. The Microsoft antivirus keeps flagging the .exe file as malware. I suppose cause we are using subprocess Microsoft thinks its doing it against user’s will.
I have no options as of right now. And Im digging through reddit and other blog posts about how to not flag it as the .exe plays a major role here. The python runs fine. Only the exe
Log in to leave a comment
Had to do alot of debugging inorder to make it work as intended.
Have changed the UI layout and added an “Advanced” tab where you can modify thr .gitignore properly.
Fixed the forms in the Basic Tab
Added a requirement.txt including and create a venv in the advanced tab with the gitginore as well.
Log in to leave a comment
After shipping twice I have taken multiple feedback from voters and working on implementing them.
Made it so after each project structure creation it automatically opens up the created directory.
Moved it from only hardware based folder structure creator to common one. Have added a website template. and adding more in the future.

Made it so in the folders it creates placeholder files. (e.g: creates the .kicad_sch and .kicad_pro files automatically in the KiCad Folder)

Added an field where you can add custom folders/file to the auto created .gitignore so you dont have to edit it individually.
Log in to leave a comment
I built this auto project folder creator because I make alot of hardware stuff. and it takes a quite alot of time to make the proper folders. So I made this script “)
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