This repository contains 4 basic Python desktop applications built with Tkinter.
These projects are perfect for beginners to practice Python syntax, data structures, and object-oriented programming (OOP) while building functional GUI apps.
A simple task management app to add, view, and remove tasks.
Convert temperatures between Celsius, Fahrenheit, and Kelvin with an easy-to-use GUI.
A basic calculator supporting addition, subtraction, multiplication, and division.
Create, view, and delete simple notes in a lightweight GUI.
- Intuitive desktop GUI for all applications
- Learn and practice Python basics
- Object-Oriented Programming concepts
- Simple and beginner-friendly code
- Language: Python 3.x
- GUI Framework: Tkinter (built-in Python library)
- Data Storage: In-memory lists or files (for notes and checklist)
- Python 3.x installed on your computer
- Basic knowledge of running Python scripts



