I am a beginner programmer and have been learning about how to use Java since February 2015 of this year. However, I just started learning how to write code in the Python Language, a few weeks ago and find it to be much easier to work with. My goal here is to create a simple Note pad program from scratch using Python and I need assistance please. This will be my first full program created! I want to get my feet wet, and get used to writing programs so that I can possibly do Freelance work/projects.I have wrote some code to make a GUI box with dropdown menus such as a File, Edit, Format, View, and Help menu. However, I am stuck on how to get an event to happen when a button is clicked on. Can anyone take a look at my code and possibly give me some suggestions? I posted my code on Github.
My github link is https://github.com/pjohnsn/NotepadPRG
Feel free to add code to make my program interact with user input! Thank you in advance.