Based on the YouTube Crash Course by burakorkmez
This repository contains 35 Python projects designed to help beginners learn programming concepts through hands-on practice. Each project focuses on different aspects of Python and increases in complexity, providing a comprehensive learning path from absolute beginner to confident programmer.
Perfect for:
- 🔰 Complete beginners to programming
- 🧠 Those wanting to strengthen their Python fundamentals
- 🎓 Students looking for fun coding projects
- 👨💻 Self-taught developers seeking structured practice
# | Project Name | Description | Status |
---|---|---|---|
00 | Crash Course | Introduction to Python basics | ✅ |
01 | Website Checker | Check if websites are online | ✅ |
02 | Step Counter | Track and analyze daily steps | ✅ |
03 | Text Formatter | Format and manipulate text | ✅ |
04 | Character Type Checker | Check types of characters | ✅ |
05 | Grade Calculator | Calculate academic grades | ✅ |
06 | Word Scrambler | Scramble and unscramble words | ✅ |
07 | Music Recommender | Get music recommendations | ✅ |
08 | Random Name Generator | Generate random names | ✅ |
09 | Reverse Name | Reverse strings and names | ✅ |
10 | Vowel Counter | Count vowels in text | ✅ |
11 | Coin Flip Game | Simple heads or tails game | ✅ |
12 | Recipe Generator | Generate random recipes | ✅ |
13 | Color Mixer | Mix and create colors | ✅ |
14 | Guess The Word | Word guessing game | ✅ |
15 | Guess The Number | Number guessing game | ✅ |
16 | Countdown Timer | Simple countdown timer | ✅ |
17 | Calculator | Basic arithmetic calculator | ✅ |
18 | Related Word Game | Word association game | ✅ |
19 | Memory Sequence Game | Test your memory skills | ✅ |
20 | Rock Paper Scissors | Classic game implementation | ✅ |
21 | Task Manager | Manage your daily tasks | ✅ |
22 | Simple Chat Bot | Basic conversational bot | ✅ |
23 | Word Counter | Count words in text | ✅ |
24 | Currency Converter | Convert between currencies | ✅ |
25 | Password Generator | Generate secure passwords | ✅ |
26 | Personal Finance Tracker | Track income and expenses | ✅ |
27 | Quiz Game | Test your knowledge | ✅ |
28 | Pomodoro Timer | Productivity timer | ✅ |
29 | Adventure Game | Text-based adventure | ✅ |
30 | Tkinter Hello World | Basic GUI with Tkinter | ✅ |
31 | Tkinter Calculator | GUI calculator app | ✅ |
32 | Task Manager GUI | Task manager with GUI | ✅ |
33 | Drawing App | Simple drawing application | ✅ |
# | Project Name | Description | Status |
---|---|---|---|
34 | Python Chat App | Python Realtime Chat Applications | ✅ |
35 | Full Stack Web App | Python & React Tutorial | ✅ |