Skip to content

RecepKarayigit/python-windows-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python Installer (Windows)

This project provides a simple batch script to check if Python is installed on Windows and, if not, automatically download and install it silently.

πŸš€ Features

  • Checks if Python is already installed.
  • Downloads the latest specified Python version if missing.
  • Uses curl or falls back to PowerShell for downloading.
  • Installs Python silently with:
    • InstallAllUsers=1
    • PrependPath=1 (adds Python to PATH)
    • Include_test=0 (excludes test files)
  • Verifies installation after setup.

πŸ“¦ Requirements

  • Windows 10 or later
  • Internet connection
  • curl (optional, script falls back to PowerShell)

πŸ”§ Usage

  1. Clone this repository or download the script:

    https://github.com/RecepKarayigit/python-windows-installer.git
  2. Run the script:

    install_python.bat
  3. Follow the on-screen instructions.

πŸ“ License

This project is licensed under the MIT License.

About

Windows batch script for automated Python installation. Includes PATH setup, silent mode, and installation verification.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors