Skip to content

Python tools for the Europa 1400: The Guild / Die Gilde game. Can decode, convert and export game assets.

License

Notifications You must be signed in to change notification settings

Aceto1/europa-1400-tools

 
 

Repository files navigation

Python Tools for Europa 1400: The Guild / Die Gilde

Setup

Windows (using PowerShell)

  1. Install VS Code

winget install Microsoft.VisualStudioCode

  1. Install python

winget install Python.Python.3.11

  1. Install ffmpeg

winget install "FFmpeg (Shared)"

  1. Install poetry

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -

  1. Open this project in VS Code and run the following commands in the integrated terminal:

poetry config virtualenvs.in-project true poetry install

  1. You're good to go!

About

Python tools for the Europa 1400: The Guild / Die Gilde game. Can decode, convert and export game assets.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%