This is a user-friendly calculator application built using Python and Tkinter. It performs basic arithmetic operations and includes a GUI for easy interaction.
- Addition, Subtraction, Multiplication, Division
- Clear and Backspace buttons
- Simple and intuitive GUI
- Install Python (preferably 3.x)
- Install Tkinter (usually comes with Python)
- Run the file:
python calculator.pyA contact management application in Python. You can add, view, search, and delete contacts. Optional fields like email and address are also supported.
- Add, View, Search, and Delete contacts
- Stores contacts in JSON / text file
- Validates phone numbers (exactly 10 digits)
- Displays email & address if available
- Install Python (preferably 3.x)
- Run the file:
python contact_book.pyAuthor : Chinthana
A Python application to generate strong and secure passwords of desired length. Built using Tkinter for GUI.
- Generate passwords with letters, numbers, and symbols
- Copy password to clipboard
- Clear input and output
- Easy-to-use GUI
- Install Python (preferably 3.x)
- Install Tkinter
- Run the file:
python password_generator.pyAuthor : Chinthana
A simple Rock-Paper-Scissors game built with Python and PyQt5. Play against the computer with an interactive GUI.
- Play Rock, Paper, or Scissors against computer
- Scores update automatically
- Fun and interactive GUI
- Install Python (preferably 3.x)
- Install PyQt5:
pip install PyQt5- Run the file:
python rps_game.py
Author : Chinthana
A Python GUI application to manage your daily tasks. Tasks can be marked as medium, high, or low priority.
- Add tasks with priority (Medium, High, Low)
- View all tasks
- Delete tasks
- User-friendly interface
- Install Python (preferably 3.x)
- Install Tkinter or PyQt5 (based on your version)
- Run the file:
python todo_list.pyAuthor : Chinthana