Release 1.0
First release.
Only Windows is released. Linux and Mac will be released soon. If you want, you compile the Python file yourself and use it. Or, you install Python from python.org and you need the module "Custom Tkinter" for that you can type pip install customtkinter
or python -m pip install customtkinter
.
If you get any error saying unknown executable or something like that try adding 3 at the end of Python like python3 -m pip install customtkinter
Also, I recommend you make a file called config.json
and then type this in that file { "appearance_mode": 1, "start_up_txt": true }
Check the Wiki for more info