He / him

  • 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle













  • If you don’t care too much about how it looks then you could just straight up have a Python dictionary in a separate file then just import it into main code.

    If you want something more formal looking (or expect rather dumb users) then perhaps something like tkinter that draws default values from a file such as the above. Tkinter can enforce input types and such quite easily too.