https://github.com/samarthmule/technohacks
During my one-month internship at TechnoHacks EduTech, I completed five Python projects using Tkinter for GUI development: Todo List Temperature Converter Rock Paper Scissors Random Password Generator Calculator All projects are available on GitHub skills in Python development and GUI pr
https://github.com/samarthmule/technohacks
calculator python python3 random-number-generators random-password-generator rock-paper-scissors temperature-converter tkinter tkinter-graphic-interface tkinter-gui tkinter-python todo-list todolist
Last synced: about 1 month ago
JSON representation
During my one-month internship at TechnoHacks EduTech, I completed five Python projects using Tkinter for GUI development: Todo List Temperature Converter Rock Paper Scissors Random Password Generator Calculator All projects are available on GitHub skills in Python development and GUI pr
- Host: GitHub
- URL: https://github.com/samarthmule/technohacks
- Owner: SamarthMule
- Created: 2023-09-17T18:07:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T03:04:56.000Z (over 2 years ago)
- Last Synced: 2025-10-26T13:27:29.332Z (10 months ago)
- Topics: calculator, python, python3, random-number-generators, random-password-generator, rock-paper-scissors, temperature-converter, tkinter, tkinter-graphic-interface, tkinter-gui, tkinter-python, todo-list, todolist
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TechnoHacks Python GUI Projects
Welcome to the TechnoHacks Python GUI Projects repository! This repository contains five Python projects developed using Tkinter for GUI implementation. These projects were completed during a one-month internship at TechnoHacks EduTech, focusing on enhancing skills in Python development and GUI programming.

## Projects Included:
1. **Todo List**: An application for organizing tasks with features to add, delete, and mark tasks as completed.
2. **Temperature Converter**: A tool for converting temperatures between Celsius, Fahrenheit, and Kelvin units.
3. **Rock Paper Scissors**: An interactive game where users can play against the computer in the classic Rock Paper Scissors game.
4. **Random Password Generator**: A utility to generate strong and randomized passwords of desired length and complexity.
5. **Calculator**: A basic calculator application with support for addition, subtraction, multiplication, and division operations.