andyblight / share-tracking-1

Share tracking app with a Tcl/TK GUI and SQLite database.
MIT License
0 stars 0 forks source link

Use file for users settings #19

Open andyblight opened 1 year ago

andyblight commented 1 year ago

Currently, the user settings are hard coded in user_settings.py. Should persist these values to a file.

  1. Read from file.
  2. Add dialogs to modify settings.
  3. Write modified settings to file.

Use JSON or YAML file.