Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 2.46 KB

README.md

File metadata and controls

33 lines (17 loc) · 2.46 KB

OOT_Randomizer_Entrance_Tracker

This is an OOT Entrance Randomizer tracker that I've spent the last month working on. I am proud to announce that I have completed the development of version 1.0 of this tracker! Now all features are implemented, and this program can be used by OOT Randomizer enthusiasts (which should no doubt make their lives much easier).

To run this app, you must have python 3 installed and tkinter installed. Additionally, you also have to install PIL. Note that if you are running this program on a Mac, then you also need to install tkmacosx (otherwise, the graphics will be really messed up and distorted). To install PIL on Windows or Mac, you can type in the following 2 lines on the command line:

python3 -m pip install --upgrade pip

python3 -m pip install --upgrade Pillow

entrance_randomizer_start.py is the python script that you need to run to start the application. Once you have all of the above pre-requisite software installed, then you can run the app by going to the command line/terminal, navigating to the directory where you downloaded this Randomizer_Tracker to, and then type in python ./entrance_randomizer_start.py in order to start the application.

Currently, the text on the Help Screen on Windows is overlapping and hard to read, so fixing that will be my next priority (I developed this app originally on Mac).

So far, all code in this project has been written by me (Lobsterzelda). However, I am open to help from any other programmers who would like to add new features (like item tracking) to this randomizer tracker!

Here is a screenshot which shows what the app looks like in action:

Screenshot

Also, Since the Help Screen can't be read on Windows, I have included it in its entirety right here!

Help 1 Help 2 Help 3 Help 4 Help 5 Help 6