Step by step projects for learning python. I have assumed that I have no prior knowledge of coding in this repository. I also got CHATGPT review most of my codes and show me what better practices were possible.
Classic "Hello World!" code. Just to have it here as a tradition. I told you I was assuming that I have no prior knowledge of coding lol
A little updated version of the classic "Hello World" code. We basically get to see how to import a library and how to work with GUI.
Asks how old the user is and add 100 to the given number. This time we get to see how to interact with user via terminal.
This code will create a random password for users. At this point I am just trying stuff by myself since I knew what to do with previous ones. So, from now on this might not be the most efficient way to do it.
This code will allow user to convert temperature values between Celcius and Fahrenheit.
Good old rock, papers, scissors game against computer. Yes the file name is a reference to Hunter x Hunter.
Saluting the ancestor of computing with times table. Made me realize that I should take some breif classes from elemantry school.