A collection of Windows batch (.bat) automation tools for installing and removing Python cleanly and safely. These scripts are useful for developers, learners, and system administrators who frequently manage Python versions on Windows.
Purpose: Automatically installs the latest Python version with pip and configures system PATH.
Features:
- ✅ Automatic latest Python version detection from the official website
- ✅ Silent installation with no user interaction required
- ✅ Automatic system PATH configuration
- ✅ Pip installation verification
- ✅ Administrator privilege checking
- ✅ Error handling and cleanup
Usage:
- Right-click → "Run as administrator"
- Script handles everything automatically
Purpose: Lightweight Python removal script for quick cleanup.
Removal Targets:
- 🗑️ Python processes
- 🗑️ WMIC uninstallation
- 🗑️ Common Python directories
- 🗑️ Windows Store Python
- 🗑️ PATH variable cleanup
Purpose: Comprehensive Python removal script that cleans all traces of Python from your system.
Removal Targets:
- 🗑️ Python processes (python.exe, python3.exe, py.exe, conda.exe)
- 🗑️ WMIC uninstallation (Programs and Features)
- 🗑️ Winget uninstallation
- 🗑️ Chocolatey and Scoop installations
- 🗑️ Anaconda/Miniconda installations
- 🗑️ All Python installation directories
- 🗑️ Windows Store Python installations
- 🗑️ PATH environment variable entries
- 🗑️ Registry keys and settings
- Windows 10 or later\
- Recommended for x64 bits
- Administrator access for all scripts
Run as administrator:
Latest Version Python+Pip Installer for Windows.bat
Any Version Python Remove From Windows.bat
Ultimate Python Full Remove.bat
Removing Python may break applications that depend on it. Use removal scripts carefully.
🛠️ Developed and maintained by Munna MasterMind & Portfolio 👈
Released under the MIT License. See LICENSE for details.
Copyright (c) 2025 Munna MasterMind
✨ If my project help you, please ⭐ star my repos —
It motivates me to build more awesome systems! & consider buying me a coffee via Binance Pay:
🚀 Every contribution keeps me motivated and helps me improve this project!
Pull requests and issues are welcome if you want to improve or suggest new features.