https://github.com/pratyushmishra9920-ship-it/replit-python-projects
Beginner-friendly Python CLI projects built on Replit to practice core programming fundamentals.
https://github.com/pratyushmishra9920-ship-it/replit-python-projects
beginner-project learning-by-doing python replit
Last synced: 6 days ago
JSON representation
Beginner-friendly Python CLI projects built on Replit to practice core programming fundamentals.
- Host: GitHub
- URL: https://github.com/pratyushmishra9920-ship-it/replit-python-projects
- Owner: pratyushmishra9920-ship-it
- Created: 2025-12-14T10:16:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-15T11:52:59.000Z (6 months ago)
- Last Synced: 2025-12-16T14:41:36.617Z (6 months ago)
- Topics: beginner-project, learning-by-doing, python, replit
- Homepage: https://replit.com/@pratyushmishr16
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐍 Python CLI Projects
A collection of beginner-friendly Python console applications built on Replit to practice core programming fundamentals like loops, conditionals, functions, and user input handling.
---
## 🎯 Smart Quiz Engine
- Interactive multiple-choice quiz that runs in the terminal
- Real-time answer validation with instant feedback
- Score tracking with performance-based evaluation
- Focus on loops, conditionals, and input validation
🔗 Replit: https://replit.com/@pratyushmishr16
🔗 Notion: https://season-scar-99a.notion.site/Python-CLI-Project-Tracker-2ca7d627e6e580faba68f54754a10ccb?source=copy_link
---
## 🧩 Simple Task Manager
- Console-based task management system
- Add, view, complete, and remove tasks
- Uses Python functions, lists, dictionaries, and loops
- Designed to strengthen problem-solving fundamentals
🔗 Replit: https://replit.com/@pratyushmishr16
🔗 Notion: https://season-scar-99a.notion.site/Python-CLI-Project-Tracker-2ca7d627e6e580faba68f54754a10ccb
---
### 📌 Notes
These projects were built to learn Python by shipping small, focused applications and understanding core logic through hands-on practice.