Open In App

FreeGames module in Python

Last Updated : 14 Oct, 2022
Comments
Improve
Suggest changes
Like Article
Like
Report

Python provides you free games and it's very easy and simple to get them and you can run it on you computer. So, are you curious about how you can get them? Just follow these simple steps: Step #1:

  • Go to command prompt and type the following command
python -m pip install freegames
  • Wait until the installation process gets finished
  • After the process gets finished, you are ready to go.

Step #2:

  • Let's check how many and which games are provided by python freely. To check type the below command
python -m freegames list
  • After you click Enter, a list of available games will be shown
List of Free Games
Free Games in Python

Step #3:

  • Free Python Games supports a command-line interface(A command line interface (CLI) is a text-based user interface (UI) used to view and manage computer files. Command line interfaces are also called command-line user interfaces, console user interfaces and character user interfaces).
  • To get the help for the CLI type the below command
python -m freegames --help
command-line interface
Command-Line Interface

Step #4:

  • To run any game available in the list type, type the below command.
python -m freegames.gamename"
  • After that just click Enter to run the game
  • And you can see Python Turtle Graphics will be displayed.
Tic Tac Toe Graphics
Tic Tac Toe

Practice Tags :

Similar Reads