Welcome to PythonProgramsV3 β the upgraded successor to V2!
A growing collection of Python scripts, experiments, and projects!
π Total lines of code: 2161 π Number of Python files: 41
π Last updated: 2026-03-22 04:07 UTC
# Clone the repository
git clone https://github.com/TheM1ddleM1n/PythonProgramsV3.git
cd PythonProgramsV3
# Install dependencies (optional, most scripts have minimal deps)
pip install -r requirements.txt # if available
# Run any program
python Number/numbergame.py
python Other\ Programs/TerminalQuizShowdown.py
python Dice/RollTheDice.pyNo Python installed? No problem!
Use Trinket.io to run any script directly in your browser.
π Recommended: Use Python 3.11+ for full compatibility and new features.
| Name | Role | Description |
|---|---|---|
| TheM1ddleM1n | Creator & Maintainer | The mastermind behind PythonProgramsV3! |
| cclauss | Contributor | Python 3 wizardry & linting expertise! |
| ActionsUser | Bot | Keeps the README.md updated! |
| British Banter Bot π¬π§ | Fun Bot | Generates British-flavoured commit messages! |
| Dependabot π€ | Bot | Keeps GitHub Actions versions up to date! |
| Metric | Status | Details |
|---|---|---|
| Code Style | β Black | Consistent formatting |
| Linting | β Ruff | Error checking & best practices |
| Spell Check | β Codespell | Documentation accuracy |
| Dependencies | β Dependabot | Auto-updates GitHub Actions weekly |
| Type Hints | β³ | Modern programs have them; legacy code being updated |
Got ideas, issues, or improvements?
Feel free to open a PR or issue, and I'll get back to you as soon as possible!
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-program) - Commit your changes (
git commit -m 'Add amazing program') - Push to the branch (
git push origin feature/amazing-program) - Open a Pull Request
This project is open source and available under the MIT License.
"Code. Test. Improve. Repeat."
β TheM1ddleM1n
Happy coding! πβ¨