https://github.com/logandhillon/sga-trainer
Small Python GUI program to test your fluency in the Standard Galactic Alphabet (SGA).
https://github.com/logandhillon/sga-trainer
gui python tkinter
Last synced: over 1 year ago
JSON representation
Small Python GUI program to test your fluency in the Standard Galactic Alphabet (SGA).
- Host: GitHub
- URL: https://github.com/logandhillon/sga-trainer
- Owner: logandhillon
- License: gpl-3.0
- Created: 2024-01-26T07:25:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T17:09:20.000Z (over 2 years ago)
- Last Synced: 2025-01-21T09:48:32.218Z (over 1 year ago)
- Topics: gui, python, tkinter
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sga-trainer
Small Python GUI program to test your fluency in the Standard Galactic Alphabet (SGA).
## Requirements
- Python 3
## Usage
There is no executable yet, for now, you need to run the source code manually.
1. Download the latest release's source code
2. Install the requirements with `pip install -r requirements.txt`, while in the directory of the repo
3. Run the program with `python3 main.py`
## Credits
Thanks to [@first20hours](https://github.com/first20hours) for the word list. ([google-10000-english](https://github.com/first20hours/google-10000-english))