https://github.com/kernferm/python-3-11-11
This script automates the installation of Python 3.11.11 on a Windows system.
https://github.com/kernferm/python-3-11-11
Last synced: 3 months ago
JSON representation
This script automates the installation of Python 3.11.11 on a Windows system.
- Host: GitHub
- URL: https://github.com/kernferm/python-3-11-11
- Owner: KernFerm
- License: mit
- Created: 2025-01-31T06:30:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T12:39:09.000Z (over 1 year ago)
- Last Synced: 2025-10-23T23:36:03.282Z (7 months ago)
- Language: Batchfile
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Python 3.11.11 Installation Script
This script automates the installation of **Python 3.11.11** on a Windows system.
## 📌 Features
- Downloads the official **Python 3.11.11** installer from `python.org`
- Installs Python **silently** without requiring manual input
- Adds **Python** and **Scripts** directories to the system **PATH**
- Verifies the installation and alerts if any issues occur
## 🚀 How to Use
1. **Download the script** (`install_python.bat`)
2. **Run it by double-clicking the script**
3. **Follow the prompts**
- Type **"Y"** and press **Enter** to start the installation
4. The script will **download, install, and configure Python** automatically.
## 📂 Script Breakdown
- **User confirmation** before installation
- **Downloads Python 3.11.11**
- **Installs Python silently** with the required settings
- **Adds Python to the system PATH** for easy access
- **Checks for errors** and provides installation status
## ⚠️ Notes
- **Requires an active internet connection** to download Python
- **Tested on Windows 11**
- **No administrator privileges required**
## 📜 License
This script is licensed under the **MIT License**.
---
✅ **Python 3.11.11 will be installed and ready for use after running this script!** 🚀