This repository contains five beginner-friendly Python Tkinter projects.
Each project includes a description, features, how to run, and space to add screenshots or images.
A simple intro to tkinter program that Prints Hello world.
- Print Simple text
A simple Conuter program that performs increment of counter and reset it.
- Icrement a counter
- Reset the counter
A simple greating program that allows user to enter their name and it generates a greating using their name.
- Input
- Generata greating
A simple calculator program that performs basic arithmetic operations.
- Addition
- Subtraction
- Multiplication
- Division
- Error handling
A simple Tkinter Todo program that performs four CRUDE (Create, retrieve, update and delete) functions.
- Add Task
- Update Task
- Delete tAsk
- Retrieve task
- Error handling
A simple Tkinter program that performs converts temparature from degrees to celcius.
- Take user input
- Convert from degree to celcius
- Error handling
A simple Tkinter program that alows users to login, register account.
- Multipage
- Register account
- Login
Only Python 3 is required.
Open a terminal inside the project folder and run:
python project1.py
python project2.py
python project3.py
python project4.py
python project5.py








