Skip to content
James Habben edited this page Sep 3, 2024 · 6 revisions

Easy Mode

Use the compiled binary releases and no dependencies are needed.

These can be found here:

Advanced Mode

Prerequisites for running uncompiled scripts:

  • Have Python 3.7.4 or above installed.
  • Install dependencies.
  • If you are running on Linux add the tkinter library as so:
    sudo apt-get install python3-tk.