A kivy and kivymd extension module for easy accessibility, creation of new widgets and also adding more functionality.
This module containing new advanced widgets that are readily available to suit your needs.
You may use this module with kivymd module for the best experience.This module was built to incorporate new widgets to kivy and kivymd ,to provide flexibility with widgets ,to add functionality and to fix some problems with kivymd.
You can get this module to run on your machine through installing it with pip.
Using Pip
python -m pip install xkivy
There is only the need of kivy and kivymd for this module to be running.
kivymd >= 1.2.0
kivy >= 2.0.0
Installing is simple, through downloading the necessary files and then install or through pip.
Using Pip
pip install xkivy
Downloading and then installing Through Git
git clone https://github.com/digreatbrian/xkivy.git
cd xkivy
python setup.py install
or
git clone https://github.com/digreatbrian/xkivy.git
cd xkivy
pip install .
Or Through tar.gz file
pip install xkivy-1.0.1.tar.gz
To use this module, you just have to do the same procedure when creating a kivy/kivymd App.
Example
from kivy.app import App
from xkivy.uix.button import XRectangularButton as XButton
class TestApp(App):
def build(self):
return XButton(text='Test Button')
app=TestApp()
app.run()
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Brian Musakwa - Initial work - digreatbrian
See also the list of contributors who participated in this project.
To see the flexible widgets that xkivy has ,please follow UIX-WIDGETS
This project is licensed under the MIT License - see the LICENSE file for details
- I hereby thank everyone who has contributed to this software.