Welcome to my Python Projects Repository!
This repo contains a collection of Python projects I built while learning different areas of programming — from GUI development to algorithms.
Each folder represents an independent mini-project with its own functionality, README, and setup instructions.
| Project | Description | Technologies |
|---|---|---|
| 🧮 Python GUI Calculator | A simple calculator built with Tkinter that performs basic arithmetic operations. | Python, Tkinter |
| 🌐 PyQt Wi-Fi Autologin | A PyQt-based tray app that automatically logs into Wi-Fi networks. | Python, PyQt5 |
| 🔐 Python Password Generator | Generates strong, customizable passwords securely. | Python |
| ☁️ PyQt Weather App | Displays real-time weather updates with icons for conditions. | Python, PyQt5 |
| 🗺️ Dijkstra Shortest Path | Implementation of Dijkstra’s algorithm to find the shortest path in graphs. | Python, Algorithms |
| 🎯 Python Guessing Game | A fun number guessing game with hints and score tracking. | Python |
- Clone this repository:
git clone git@github.com:chhatraraj/python_projects.git cd python_projects
Navigate to any project folder, for example:
cd python-gui-calculator
Run the Python script:
python GUI_calculator.py
🧰 Tech Stack
Language: Python 🐍
Libraries: Tkinter, PyQt5
Focus Areas: GUI, Automation, Algorithms
💡 About This Repo
This collection showcases my journey as I learned Python — covering GUI design, algorithms, automation, and small app development.
If you’re exploring Python or looking for inspiration, feel free to explore and reuse the code!
Chhatra Neupane
📍 Computer Engineering Student | Backend & ML Enthusiast
🔗 GitHub Profile