Skip to content

Commit cc0709d

Browse files
authored
professional @TheM1ddleM1n v3
1 parent 3603ccc commit cc0709d

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,14 @@ Full schedule: [devguide.python.org/versions](https://devguide.python.org/versio
4141

4242
---
4343

44-
## Quick Start Guide
45-
46-
### Run Locally via command
44+
### Run Local
4745
```bash
48-
# Clone the repository
4946
git clone https://github.com/TheM1ddleM1n/PythonPrograms.git
5047
cd PythonPrograms
5148

5249
# Install dependencies (optional, most scripts have minimal deps)
5350
pip install -r requirements.txt # if available
5451

55-
# Run any program
5652
python Number/numbergame.py
5753
python Other\ Programs/TerminalQuizShowdown.py
5854
python Dice/RollTheDice.py
@@ -64,17 +60,17 @@ python Dice/RollTheDice.py
6460

6561
| Name | Role | Description |
6662
|------|------|-------------|
67-
| [**TheM1ddleM1n**](https://github.com/TheM1ddleM1n) | Creator & Owner | The mastermind behind `PythonPrograms!` |
63+
| [**TheM1ddleM1n**](https://github.com/TheM1ddleM1n) | Creator & Owner | Marvellous Mastermind behind `PythonPrograms!` |
6864
| [**cclauss**](https://github.com/cclauss) | Contributor | Python 3 wizardry & linting expertise! |
69-
| **Dependabot** | ActionsBot | Keeps GitHub Actions versions up to date! |
65+
| **Dependabot** | ActionsBot | Keeps GitHub Actions / Pip versions up to date! |
7066

7167
---
7268

7369
## 🎯 Code Quality Metrics
7470

7571
| Metric | Status | Details |
7672
|--------|--------|---------|
77-
| **Linting** | βœ… Ruff | Error checking & best practices |
73+
| **Linting** | βœ… Ruff | Error checking |
7874
| **Spell Check** | βœ… Codespell | Documentation accuracy |
7975
| **Dependencies** | βœ… Dependabot | Auto-updates GitHub Actions weekly |
8076

@@ -96,11 +92,9 @@ Feel free to open a **PR** or **issue**, and I'll get back to you as soon as pos
9692

9793
## πŸ“œ License
9894

99-
This project is open source and available under the MIT License.
95+
This project is open source and available under MIT.
10096

10197
---
10298

10399
> _"Code. Test. Improve. Repeat."_
104100
> β€” **TheM1ddleM1n**
105-
106-
**Happy coding! 🐍✨**

0 commit comments

Comments
Β (0)