-
Is there a description of how to run and use simple screens viewer/editor? |
Beta Was this translation helpful? Give feedback.
Answered by
dl9rdz
Jan 14, 2025
Replies: 1 comment
-
No, as this is not fully complete yet, I was just experimenting with kivy...
You can edit the screens file (text on the left) and press "reparse" to have this change be shown on the right... "Save" to write changes back to the file (simply overwrites the existing file...) Currently it renders several but not all fields, and the "fake" test data is also missing some values. So in that sense it is not yet fully usable, just work in progress... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Piter-NS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, as this is not fully complete yet, I was just experimenting with kivy...
pip install kivy
)python main.py
" (cd to the "screens_editor" directory first)You can edit the screens file (text on the left) and press "reparse" to have this cha…