• Stars
    star
    1
  • Language
    Python
  • Created about 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

First use of tkinter GUI implementation in python. When hosting a server for the game Assetto Corsa Competizione, server settings are stored as JSON files. Editing these files requires knowledge of the values they accept and must be done through a text editor. This programme solves this problem by using a GUI which only allows accepted values in each field, and then creates the JSON files for the user.