- You can use some useful snippets when coding Python Kivy!
- Snippets supports some keywords in Kivy (e.g. sx -> size_hint_x: )
- Most of snippets in python begin with "kv" so that you can discriminate between this snippets and others.
- The others in python are keyword arguments for Widget, Animation, bind.
This extension supports some widgets import. Basically, the snippets are kv(class name) like kvbutton, kvlabel.
In addition, supports some keyword arguments for Widget, bind, and so on!
Enjoy Kivy!
- implement auto import.
- if you type
Button
and there is no import, add import statement automatically or by some command.
- if you type
- This extension does not depend on kivy version.
- Please feel free to contact me if you want to implement additional snippets!
See CHANGELOG.md
MIT License, refer to license file.