pyeu5 documentation¶
pyeu5 is a community-driven Python 3.11+ library to interact with EU5 save games.
Install¶
Install from PyPI:
pip install eu5
Use¶
Load a save with Save:
from eu5 import Save
specific_save = Save("path/to/save.eu5")
latest_save = Save.latest()
Then use its API to access whatever information you want.