https://github.com/gottadiveintopython/kveditor
A simple Kv language editor
https://github.com/gottadiveintopython/kveditor
kivy
Last synced: 2 days ago
JSON representation
A simple Kv language editor
- Host: GitHub
- URL: https://github.com/gottadiveintopython/kveditor
- Owner: gottadiveintopython
- License: mit
- Created: 2017-02-27T01:53:31.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T09:54:04.000Z (over 1 year ago)
- Last Synced: 2025-03-30T00:11:10.313Z (26 days ago)
- Topics: kivy
- Language: Python
- Size: 131 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple Kv language editor
A tool called [kviewer](https://github.com/kivy/kivy/blob/master/kivy/tools/kviewer.py) exists since version 1.10.0. It's much better than this.

### Test Environment
- Python 3.11.4 + Kivy 2.2.1
### Requirements
- kivy>=2.2.1
### Optional Dependencies
- kivy.garden.xpopup (for file I/O dialog)
### Keyboard Shortcuts
- Ctrl + P = Preview
- Ctrl + S = Save
- Ctrl + L = Load### misc
Q. Why did I create this even though there's already a tool called 'Kivy Designer'?
A. Cuz it doesn't work well on my PC.