Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 903 Bytes

File metadata and controls

26 lines (17 loc) · 903 Bytes

Requirements for this project:-

1)Python 3x installed on your system 2)Module “pygame” should be installed on your OS.

Install python 3x on your system

Go to https://www.python.org/downloads/ for download

Install pygame on your system

Go to http://www.pygame.org/download.shtml

Using Terminal:- Use command “sudo pip install pygame”.

If pip command not recognized:- Use command “sudo apt-get install python-pip”.

Create Executable File

Step 1: Intall pyinstaller: run 'pip install pyinstaller' Step 2: Create executable file using pyinstaller: run 'pyinstaller filename.py'

For more on pyinstaller visit here