From a16f954abf84076c7894404f3e2e536607ded09a Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 15 Aug 2024 20:46:54 -0600 Subject: [PATCH] Updated README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bd53d2f..5393fff 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ A DK64 Randomizer Tracker built on Python. Built as there are no available trackers that are Unix-Capable. +## FAQs + +How do I get the counters to go back down? +To count down the numbered/list buttons, you can Shift-Click the buttons. + +What's next? +To replace the button text with icons! With that, the UI will be made much smaller. After, I'll be working to adjust the colors/formatting to be cleaner overall + ## Setup This is built on Python 3.11.9. You can build it with `pip install -r requirements.txt` and then run it with `python main.py`.