NolantheNerd / scripture_phaser

scripture_phaser helps you to memorize the Bible.
https://pypi.org/project/scripture-phaser/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add a GUI to Scripture Phaser #6

Open NolantheNerd opened 6 months ago

NolantheNerd commented 6 months ago

Description

Currently, the only way to interface with scripture_phaser is through the CLI tool (found in cli.py). Most users (and certainly almost all users on Windows) will want to use scripture_phaser through a GUI.

Technical Requirements

Tasks

NolantheNerd commented 4 months ago

I've removed the ability to manually get/write the config from the CLI version of scripture_phaser, so I've also removed the necessity to include these features in the GUI. They were unnecessary features since the config is loaded and saved at the appropriate times by the backend anyway.