Skip to content

KhanitthaLyn/PythonBasic_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Python Desktop GUI Applications

Python Tkinter License

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.


🖥️ Applications Included

1. ✅ Check List Application

A simple task management app to add, view, and remove tasks.

Screenshot:
Screenshot 2568-10-25 at 13 32 20


2. 🌡️ Temperature Converter

Convert temperatures between Celsius, Fahrenheit, and Kelvin with an easy-to-use GUI.

Screenshot:
Screenshot 2568-10-25 at 13 34 29


3. 🧮 Calculator Application

A basic calculator supporting addition, subtraction, multiplication, and division.

Screenshot:
Screenshot 2568-10-25 at 13 31 04


4. 📝 Note Taking

Create, view, and delete simple notes in a lightweight GUI.

Screenshot:
Screenshot 2568-10-25 at 13 33 36


✨ Features

  • Intuitive desktop GUI for all applications
  • Learn and practice Python basics
  • Object-Oriented Programming concepts
  • Simple and beginner-friendly code

⚙️ Technologies Used

  • Language: Python 3.x
  • GUI Framework: Tkinter (built-in Python library)
  • Data Storage: In-memory lists or files (for notes and checklist)

🚀 Getting Started

Prerequisites

  • Python 3.x installed on your computer
  • Basic knowledge of running Python scripts

About

Basic GUI for learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages