

Commercial apps tend to address most of the needs of today's small to midsize businesses (SMBs). How to Set Up Two-Factor AuthenticationĪpplications are tools to get things done, be it on your desktop, tablet, or mobile device.How to Record the Screen on Your Windows PC or Mac.How to Convert YouTube Videos to MP3 Files.How to Save Money on Your Cell Phone Bill.How to Free Up Space on Your iPhone or iPad.How to Block Robotexts and Spam Messages.Anyone who has experience with open source software, or wants to contribute please message me!ĮDIT: Detailed README is now up. This is the first project I’ve ever written that I’ve actually shared, so I’m brand new to this. I was hoping people might take notice but I never expected this level of response! Thank you all so much for the encouragement! As of now I am hoping to expand the project and have ideas for a direction I want to take it. You’re done!įeedback appreciated! This took almost 100 hours to do, and it’s going to continue being improved and expanded on! I want to open-source it under an MIT license.ĮDIT: This blew up. exe that’s no problem.īuild a GUI, save the project, Fill in the blanks for the logic. It’s built completely on builtins, so if you wanted to package your final product and turn it into a. It just builds the GUI for you, and makes it resizable. You have the power to do whatever you want. Generates def hi_button_fill(self): return “whatever the button should say”ĭef hi_button_click(self): print(“you clicked me”) It generates a directory full of code that’s written to run your application and you just fill in the logic.

It currently has support for Buttons, Dropdowns, InputFields, Labels, CheckButtons, SpinBoxs, and RadioButtons as well as Toplevels and scroll-frames/frames. I like to think it’s intuitive and would love some feedback. All you have to do is pull it and run main.py
