grantjenks / free-python-games

Free Python Games
http://www.grantjenks.com/docs/freegames/
Other
3.46k stars 1.37k forks source link

a problem #67

Closed partypiotr closed 3 years ago

partypiotr commented 3 years ago

When i try to run bounce.py it says there is no module called freegames Zrzut ekranu 2021-06-23 073228

grantjenks commented 3 years ago

You must install the package to run the games. See the QuickStart section at http://www.grantjenks.com/docs/freegames/ and run “python3 -m pip install freegames”