Skip to content

dalyzhee/Python-Tkinter-projects

Repository files navigation

Python Projects

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.

Programing language is python using Tkinter library.


Project List


Project 1 – Hello world App with Tkinter

Description

A simple intro to tkinter program that Prints Hello world.

Features

  • Print Simple text

Screenshot

Calculator Screenshot

Project 2 – Counter App with Tkinter

Description

A simple Conuter program that performs increment of counter and reset it.

Features

  • Icrement a counter
  • Reset the counter

Screenshot

Calculator Screenshot

Project 3 – Greating App with Tkinter

Description

A simple greating program that allows user to enter their name and it generates a greating using their name.

Features

  • Input
  • Generata greating

Screenshot

Calculator Screenshot

Project 4 – Calculator App with Tkinter

Description

A simple calculator program that performs basic arithmetic operations.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Error handling

Screenshot

Calculator Screenshot

Project 5 – Todo App with Tkinter

Description

A simple Tkinter Todo program that performs four CRUDE (Create, retrieve, update and delete) functions.

Features

  • Add Task
  • Update Task
  • Delete tAsk
  • Retrieve task
  • Error handling

Screenshot

Calculator Screenshot

Project 6 – Temparature App with Tkinter

Description

A simple Tkinter program that performs converts temparature from degrees to celcius.

Features

  • Take user input
  • Convert from degree to celcius
  • Error handling

Screenshot

Calculator Screenshot

Project 5 – Login Form with Tkinter

Description

A simple Tkinter program that alows users to login, register account.

Features

  • Multipage
  • Register account
  • Login

Screenshot

Login Calculator Screenshot

Dashboard Calculator Screenshot

Register Calculator Screenshot

Requirements

Only Python 3 is required.

Running Any Project

Open a terminal inside the project folder and run:

Run

python project1.py
python project2.py
python project3.py
python project4.py
python project5.py

About

This are python projects using Tkinter library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages