jhaakma / toml-editor

A GUI for editing TOML files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toml Editor

This is a simple editor for config files written in TOML.

Requirements:

  • Python >=3
  • Pip

Settings.toml

The settings.toml file allows you to customise your TOML Editor, and has the following settings:

  • title - The title of the window
  • path_to_config - The path to the config file to be edited, relative to the script or compiled exe
  • window_size - The intial size of the window

Running with arguments

You can run the script directly with arguments like so: py toml-editor.py --title "Title" --path "path-to-file.toml" --window-size 800x600

Or compile it with arguments like this py compile.py --name "Name of EXE" --title "Title" --path "path-to-file.toml" --window-size 800x600

Running Locally

  • Run build.sh to install dependencies
  • Run run.sh to run the script
  • Run compile.py to create a standalone executable file

About

A GUI for editing TOML files


Languages

Language:Python 98.8%Language:Shell 1.2%