Skip to content
GFS-0508 edited this page Aug 27, 2022 · 1 revision

Welcome to the Create Your App in Python wiki!

To find your version, open the data.csv file and look for the version.

  • Install Languages:

    Version BETA 1.0
    • To create custom languages, open the default.csv file inside the "lang" folder and on the first line are the designations (DO NOT CHANGE) and on the next line the translation.
    • To install languages just place the .csv file inside a folder, it may not be the "lang" folder and in the data.csv file change "lang_selected" to the file's directory.
  • Install Extensions:

    Version BETA 1.0
    • Installing extensions is in beta, it is recommended not to install.
    • Install in the extensions folder and modify the "loader.py" file.
      • NOTE: It is only possible to modify the "root" window.
  • Modify Styles:

    Version BETA 1.0
    • Open the "syles/style1.py" directory and modify it to your liking.
    • In the future it should be possible to install styles without changing the defaults.
Clone this wiki locally