itch.io is community of indie game creators and players

Devlogs

How to install Python + the required Libraries

Pokémon Adventures
A downloadable game

Welcome!

To run Pokémon Adventures, you need to install Python 3.10 or above.
You also need the following libraries to run the game:

  • pathlib
  • Tkinter
  • pillow
  • ctypes

Start by clicking this link. This will download the installer for Python 3.10.5.
Open the custom installation menu. Make sure these two are checked:

Click "Next", then "Install".
After you've installed it, close the window.

Afterwards, go into the Windows search bar, and write "cmd". Open the first app, that comes up.

You then need to write these lines:

pip install pathlib
pip install pillow pip install ctypes

You should now be able to open the game. It is named "main.py".

Files

  • Pokémon Adventures v0.1.zip 16 kB
    Jun 06, 2022
Download Pokémon Adventures
Leave a comment