Skip to content

an easy way to install, uninstall, update or reinstall pygame!

Notifications You must be signed in to change notification settings

Daniel4-Scratch/pygame-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Pygame Installer

What is this?

Pygame Installer is an easy way to install, uninstall, update or reinstall pygame!

Requirements

  • Windows 7 or higher
  • Latest version of Python 3
  • Latest version of pip
  • Internet connection

How to download

  1. Download the zip file from here
  2. Extract the zip file and save it to c:\pygame (or any other location you want)
  3. Done!

How to use

  1. Open command prompt
  2. Type cd c:\pygame and press enter (or the location you saved the zip file to)
  3. Type:
    • installer.bat install to install pygame.
    • installer.bat uninstall to uninstall pygame.
    • installer.bat update to update pygame.
    • installer.bat reinstall to reinstall pygame.
    • installer.bat help to get help.
    • installer.bat version to get the version of the installer.
    • installer.bat acfreg to add an icon to the .acf files. (application configuration files)
  4. Enjoy!

By Daniel4-Scratch