Welcome to the Python Mini Projects repository! This collection features beginner-friendly yet visually interactive GUI applications using Python's Tkinter library. Project 1: GUI Calculator A simple, efficient, and user-friendly calculator application that performs both basic and advanced arithmetic operations. Features:
- Basic operations: Addition, Subtraction, Multiplication, Division
- Advanced functions: Modulus, Square, Square Root, Reciprocal, Percentage
- Clear and Reset buttons
- Real-time result display
- Responsive and intuitive interface
Project 2: Rock-Paper-Scissors Game An interactive Rock-Paper-Scissors game where the user competes against the computer. Enhanced with emojis, live score tracking, and autoplay mode for continuous fun! Features:
- Choose Rock, Paper, or Scissors with emoji buttons
- Live scoreboard with best score tracking
- Toggleable autoplay every 3 seconds
- Visually engaging and beginner-friendly interface
- Reset option to restart the game