Documentation
Welcome to SimpleKivy
SimpleKivy is an open-source Python library that provides a simplified and intuitive way to build modern, cross-platform GUI applications, harnessing the full graphical power of the Kivy framework.
We recommend that you get started with the installation guide. Then, jump right into the Quickstart Tutorial to see how easy it is to build your first app. If you’re impatient to see code, check out our Examples page or check out projects made with SimpleKivy in our Gallery.
Getting Help
If your question isn’t answered in the documentation, you can:
- Ask a question on our GitHub Discussions page.
- Report a bug or request a feature on the GitHub Issues tracker.
Don’t forget to leave a star on GitHub if you find this project useful!
Classes
Widgets
In SimpleKivy, widgets are created dynamically by creator functions, which construct the classes depending on creation parameters, besides the regular arguments. Below is a list of currently supported widget creator functions.
- ActionBar
- ActionButton
- ActionCheck
- ActionInput
- ActionLabelCheck
- ActionPrevious
- ActionSeparator
- ActionToggleButton
- Albumlist
- Artistlist
- BarTouchH
- BarTouchV
- Boxit
- BoxitAngle
- BoxitH
- BoxitV
- Button
- ButtonBoxit
- ButtonBoxitAngle
- CalcSheet
- Camera
- CheckBox
- ClearButton
- ClearRoundButton
- CodeInput
- ComboBox
- DatePicker
- DropDown
- External
- Filelist
- Fill
- FlatButton
- FlatButtonAngle
- FlatRoundButton
- FlatToggleButton
- FlatToggleButtonAngle
- Floatit
- Frame
- Grid
- HoverBoxit
- Image
- JoinLabel
- Label
- LabelCheck
- LargeText
- ListBox
- Menu
- ModalView
- Multiline
- MultilineDark
- PagedText
- Pageit
- Playlist
- Popup
- ProgressBar
- ProgressBar2
- ProgressBarTouch
- Relativeit
- RoundButtonRelativeit
- RoundRelativeit
- Rowlist
- RstDocument
- Scatter
- Scatterit
- Screen
- ScreenManager
- ScrollView
- ScrollbarMirror
- SeparatorH
- SeparatorV
- Slider
- SliderTouch
- Spinner
- Spinner2
- Splitter
- Stackit
- StripLayout
- Switch
- Tab
- Tab2
- TextInput
- TextInputDark
- Titlebar
- TitlebarCloseButton
- TitlebarIcon
- TitlebarMinimizeButton
- TitlebarRestoreButton
- TitlebarTitle
- ToActionItem
- ToggleButton
- ToggleButtonBoxit
- TreeView
- Video
- VideoPlayer
- Void
- WebView