Skip to content

Commit 8a655e2

Browse files
Update README.md
1 parent 1c89a76 commit 8a655e2

1 file changed

Lines changed: 6 additions & 85 deletions

File tree

README.md

Lines changed: 6 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -40,31 +40,22 @@
4040

4141
## 📚 Table of Contents
4242

43-
- [🎯 Repo Introduction](#-repo-introduction)
44-
- [🌐 Live Demo](#-live-demo)
45-
- [📂 Repo Structure](#-repo-structure)
46-
- [🧩 What's Inside](#-whats-inside)
47-
- [🌐 Web App Catalog](#-web-app-catalog)
48-
- [Games](#games)
49-
- [Math](#math)
50-
- [Utilities](#utilities)
51-
- [🧭 Python Projects Without a Web App Yet](#-python-projects-without-a-web-app-yet)
43+
- [Repo Introduction](#-repo-introduction)
44+
- [Repo Structure](#-repo-structure)
45+
- [What's Inside](#-whats-inside)
5246
- [Contributors](#contributors)
53-
- [📝 License](#-license)
54-
- [💬 Connect & Share](#-connect--share)
47+
- [License](#-license)
48+
- [Connect & Share](#-connect--share)
5549

5650
## 🎯 Repo Introduction
5751

5852
This repository is a collection of small Python games and utility projects built to make learning Python more practical and engaging. It includes both command-line projects and a browser-based web app for trying the projects online.
5953

60-
## 🌐 Live Demo
61-
62-
Try the web app here: https://python-mini-project-lovat.vercel.app/
63-
6454
## 📂 Repo Structure
6555

6656
```text
6757
python-mini-project/
58+
|
6859
├── games/
6960
│ ├── Snake-Game/
7061
│ ├── Rock-Paper-Scissor/
@@ -77,10 +68,6 @@ python-mini-project/
7768
│ ├── Text-to-Morse/
7869
│ ├── Typing-Speed-Tester/
7970
│ └── ...
80-
├── tests/
81-
│ ├── test_armstrong.py
82-
│ ├── test_fibonacci.py
83-
│ └── ...
8471
├── web-app/
8572
│ ├── css/
8673
│ ├── js/
@@ -238,72 +225,6 @@ deactivate
238225
- Utility tools for practical use cases
239226
- A web app version for browser-based access
240227

241-
## 🌐 Web App Catalog
242-
243-
The browser app currently exposes 40 projects:
244-
245-
### Games
246-
247-
- 2048 Game
248-
- BlackJack21
249-
- Coin Flip
250-
- Dice Rolling
251-
- Dots & Boxes AI
252-
- Emoji Memory Game
253-
- FLAMES Game
254-
- Flappy Game
255-
- Hangman
256-
- Math Quiz
257-
- Number Guessing
258-
- Password Forge
259-
- Rock Paper Scissors
260-
- Simon Says
261-
- Snake Game
262-
- Whack-a-Mole
263-
- Word Scramble
264-
- Spot the Difference
265-
- War Card Game
266-
- Number Sliding Puzzle
267-
268-
### Math
269-
270-
- AP/GP/AGP/HP Recognizer
271-
- Armstrong Numbers
272-
- Binary Search
273-
- Bubble Sort
274-
- Quick Sort
275-
- Calculator
276-
- Collatz Conjecture
277-
- Coordinate to Polar
278-
- Derivative Calculator
279-
- Fibonacci Series
280-
- Pascal's Triangle
281-
- Prime Analyzer
282-
- Projectile Motion
283-
- Progress Tracker
284-
285-
### Utilities
286-
287-
- AI Resume Analyzer
288-
- Budget Tracker
289-
- Color Palette Suggestor
290-
- Morse Code
291-
- Number Converter
292-
- Productive Pet
293-
- Tower of Hanoi
294-
- Typing Speed Tester
295-
296-
## 🧭 Python Projects Without a Web App Yet
297-
298-
These standalone Python project files do not have a browser counterpart yet and are good future-port candidates:
299-
300-
- [games/Reverse-Hangman-Game/Reverse-Hangman-Game.py](games/Reverse-Hangman-Game/Reverse-Hangman-Game.py)
301-
- [math/Happy-Number/Happy-Number.py](math/Happy-Number/Happy-Number.py)
302-
- [math/Matrix-Calculator/Matrix-Calculator.py](math/Matrix-Calculator/Matrix-Calculator.py)
303-
- [math/Quadratic-Solver/Quadratic-Solver.py](math/Quadratic-Solver/Quadratic-Solver.py)
304-
- [utilities/Caesar-Cipher/Caesar-Cipher.py](utilities/Caesar-Cipher/Caesar-Cipher.py)
305-
- [utilities/Fake-News-Headline-Generator/Fake-News-Headline-Generator.py](utilities/Fake-News-Headline-Generator/Fake-News-Headline-Generator.py)
306-
307228
---
308229

309230
## Contributors

0 commit comments

Comments
 (0)