1- # 🐍 PythonProgramsV3
1+ # 🐍 PythonPrograms
22
3- Welcome to ** PythonProgramsV3 ** — the upgraded successor to * V2 * !
3+ Welcome to ** PythonPrograms ** — the upgraded successor!
44A growing collection of Python scripts and experiments.
55
66---
77
88### 🧰 Tech Stack & Tools
99![ Linter: Ruff] ( https://img.shields.io/badge/linter-ruff-purple )
1010![ Spellcheck: Codespell] ( https://img.shields.io/badge/spellcheck-codespell-green )
11- ![ CI] ( https://github.com/TheM1ddleM1n/PythonProgramsV3 /actions/workflows/ci.yml/badge.svg )
11+ ![ CI] ( https://github.com/TheM1ddleM1n/PythonPrograms /actions/workflows/ci.yml/badge.svg )
1212![ Dependabot] ( https://img.shields.io/badge/dependabot-enabled-025E8C?logo=dependabot )
1313
1414---
1515
1616### 📦 Repository Stats
1717
18- ![ GitHub Stars] ( https://img.shields.io/github/stars/TheM1ddleM1n/PythonProgramsV3 ?style=social )
19- ![ GitHub Forks] ( https://img.shields.io/github/forks/TheM1ddleM1n/PythonProgramsV3 ?style=social )
20- ![ GitHub Repo Size] ( https://img.shields.io/github/repo-size/TheM1ddleM1n/PythonProgramsV3 ?color=blueviolet&label=Repo%20Size )
21- ![ GitHub Commit Activity] ( https://img.shields.io/github/commit-activity/m/TheM1ddleM1n/PythonProgramsV3 ?color=gold )
18+ ![ GitHub Stars] ( https://img.shields.io/github/stars/TheM1ddleM1n/PythonPrograms ?style=social )
19+ ![ GitHub Forks] ( https://img.shields.io/github/forks/TheM1ddleM1n/PythonPrograms ?style=social )
20+ ![ GitHub Repo Size] ( https://img.shields.io/github/repo-size/TheM1ddleM1n/PythonPrograms ?color=blueviolet&label=Repo%20Size )
21+ ![ GitHub Commit Activity] ( https://img.shields.io/github/commit-activity/m/TheM1ddleM1n/PythonPrograms ?color=gold )
2222
2323## Python Version Lifecycle
2424
@@ -51,8 +51,8 @@ Full schedule: [devguide.python.org/versions](https://devguide.python.org/versio
5151### Run Locally via command
5252``` bash
5353# Clone the repository
54- git clone https://github.com/TheM1ddleM1n/PythonProgramsV3 .git
55- cd PythonProgramsV3
54+ git clone https://github.com/TheM1ddleM1n/PythonPrograms .git
55+ cd PythonPrograms
5656
5757# Install dependencies (optional, most scripts have minimal deps)
5858pip install -r requirements.txt # if available
@@ -73,7 +73,7 @@ Use [**Trinket.io**](https://trinket.io/python3) to run any script directly in y
7373
7474| Name | Role | Description |
7575| ------| ------| -------------|
76- | [ ** TheM1ddleM1n** ] ( https://github.com/TheM1ddleM1n ) | Creator & Maintainer | The mastermind behind ` PythonProgramsV3 !` |
76+ | [ ** TheM1ddleM1n** ] ( https://github.com/TheM1ddleM1n ) | Creator & Maintainer | The mastermind behind ` PythonPrograms !` |
7777| [ ** cclauss** ] ( https://github.com/cclauss ) | Contributor | Python 3 wizardry & linting expertise! |
7878| ** Dependabot 🤖** | Bot | Keeps GitHub Actions versions up to date! |
7979
0 commit comments