This project provides a simple batch script to check if Python is installed on Windows and, if not, automatically download and install it silently.
- Checks if Python is already installed.
- Downloads the latest specified Python version if missing.
- Uses
curlor falls back to PowerShell for downloading. - Installs Python silently with:
InstallAllUsers=1PrependPath=1(adds Python to PATH)Include_test=0(excludes test files)
- Verifies installation after setup.
- Windows 10 or later
- Internet connection
curl(optional, script falls back to PowerShell)
-
Clone this repository or download the script:
https://github.com/RecepKarayigit/python-windows-installer.git
-
Run the script:
install_python.bat
-
Follow the on-screen instructions.
This project is licensed under the MIT License.