If you have ever wanted to build your own 2D video game—think Flappy Bird , Mario , or Asteroids —you have probably run into one major roadblock: setting up the graphics library.
python -m venv my_game_env my_game_env\Scripts\activate # On Windows source my_game_env/bin/activate # On Mac/Linux Here is the magic command:
Save it and run: