a python program for converting and modifying config files for blur and smoothie.
- blur v1.8
- blur v1.92
- the latest version of smoothie-rs
In the future, teres may be supported.
- convert configs to another program/version
- calculate & apply vegas weights for blur
- shorten config to not flood the chat
- python
- pyperclip
download the latest release and unzip it.
2 ways of running configtool:
- gui: you can run
gui.py
to use the (new) gui version of configtool! - cli: run
main.py
to get the (old) cli version of configtool.
(for main.py
)
--help
shows basic help message and exits.
--input [PATH]
input config path, this can be used for sendto shortcuts.
--output [FORMAT]
output config format ('blur_1.8', 'blur_1.92', or 'smoothie').
--shorten
shortens the output config.
--vegas
calculates and applies vegas weights (copies result if multiple operations are specified).
--verbose
prints extra information for debugging.
you can also use multiple operations (e.g.
$ python main.py --vegas --shorten
).