Skip to content

Commit 5cb6975

Browse files
authored
Update project_ideas.md
1 parent b7872a9 commit 5cb6975

1 file changed

Lines changed: 32 additions & 5 deletions

File tree

project_ideas.md

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,18 @@ Perfect for:
1010

1111
---
1212

13+
## 📖 Table of Contents
14+
- [🟢 Beginner Projects (1–50)](#🟢-beginner-projects-1–50)
15+
- [🟡 Intermediate Projects (51–120)](#🟡-intermediate-projects-51–120)
16+
- [🔴 Advanced Projects (121–180)](#🔴-advanced-projects-121–180)
17+
- [🚀 Fun / Creative / Unique (181–200)](#🚀-fun--creative--unique-181–200)
18+
- [📝 Contributing](#📝-contributing)
19+
- [❤️ Support This Project](#❤️-support-this-project)
20+
21+
---
22+
1323
## 🟢 Beginner Projects (1–50)
14-
**Focus:** syntax, logic, files, small wins
24+
**Focus:** syntax, logic, files, small wins | **Skills:** CLI, basic Python, functions
1525

1626
1. Number guessing game
1727
2. Dice rolling simulator
@@ -67,7 +77,7 @@ Perfect for:
6777
---
6878

6979
## 🟡 Intermediate Projects (51–120)
70-
**Focus:** APIs, OOP, databases, automation
80+
**Focus:** APIs, OOP, databases, automation | **Skills:** Flask/Django, REST APIs, file handling, OOP
7181

7282
51. Weather app (API)
7383
52. News web scraper
@@ -143,7 +153,7 @@ Perfect for:
143153
---
144154

145155
## 🔴 Advanced Projects (121–180)
146-
**Focus:** systems, ML, scalability, architecture
156+
**Focus:** systems, ML, scalability, architecture | **Skills:** AI/ML, distributed systems, real-time, security
147157

148158
121. Recommendation system
149159
122. Search engine
@@ -209,6 +219,7 @@ Perfect for:
209219
---
210220

211221
## 🚀 Fun / Creative / Unique (181–200)
222+
**Focus:** creative coding, games, AI experiments | **Skills:** Python games, AI, visualization
212223

213224
181. AI meme generator
214225
182. Text-based RPG engine
@@ -233,9 +244,25 @@ Perfect for:
233244

234245
---
235246

247+
## 📝 Contributing
248+
249+
We welcome **new project ideas** or improvements to existing ones!
250+
251+
To contribute:
252+
1. Fork the repository.
253+
2. Add your idea in the appropriate section (Beginner / Intermediate / Advanced / Fun).
254+
3. Submit a pull request describing your addition.
255+
4. Ensure the formatting matches the existing list.
256+
257+
**Tips:**
258+
- Keep ideas short, clear, and focused on Python.
259+
- Add a **skill tag** if relevant (e.g., `API`, `ML`, `CLI`, `GUI`).
260+
261+
---
262+
236263
## ❤️ Support This Project
237264

238-
If this list helped you **learn, build, or teach Python**, consider sponsoring this project.
265+
If this list helped you **learn, build, or teach Python**, consider sponsoring this project.
239266

240-
Your support helps keep these resources **free, open, and growing** 🚀
267+
Your support keeps these resources **free, open, and growing** 🚀
241268
👉 Click the **Sponsor** button at the top of this repository.

0 commit comments

Comments
 (0)