@@ -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
4946git clone https://github.com/TheM1ddleM1n/PythonPrograms.git
5047cd PythonPrograms
5148
5249# Install dependencies (optional, most scripts have minimal deps)
5350pip install -r requirements.txt # if available
5451
55- # Run any program
5652python Number/numbergame.py
5753python Other\ Programs/TerminalQuizShowdown.py
5854python 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