kivy
There are 1525 repositories under kivy topic.
kivy/kivy
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
kivy/python-for-android
Turn your Python application into an Android APK
lbryio/lbry-android
The LBRY Android app
kivymd/KivyMD
KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/KivyMD https://habr.com/ru/users/kivymd https://stackoverflow.com/tags/kivymd
sanderland/katrain
Improve your Baduk skills by training with KataGo!
shellvon/smsBomb
短信💣炸🐔
Akascape/py-window-styles
Customize your python UI window with awesome pre-built windows 11 themes.
ISS-Mimic/Mimic
We use the actual live data from the International Space Station to control a 3D-printed model that moves the solar arrays and radiators to track the real ISS in real time for STEM outreach purposes! We also host webpages which display ALL of the public ISS telemetry:
cycleuser/Kivy-CN
A Chinese Translation of Kivy Programming Guide Based on Kivy 1.9.2 中文翻译Kivy开发文档
HelloZeroNet/ZeroNet-kivy
Android client for ZeroNet
BusKill/buskill-app
BusKill's main CLI/GUI app for arming/disarming/configuring the BusKill laptop kill cord
ComradOrg/Comrad
A socialist network: encrypted, insurveillable, unmontizeable, and self-governing. App is written in Python. (Calling all socialist programmers for help!)
mahart-studio/kivystudio
A Software development environment for software developers
pymodbus-dev/modbus-simulator
Modbus simulator based on modbus-tk and kivy
Spidy20/Python_To_APK
You can convert your Python Code to Android APK.
shashi278/social-auth-kivy
Integrate Google, Facebook, Github & Twitter login in kivy applications
MichaelStott/KivMob
AdMob support for Kivy
sandialabs/snl-quest
An open source, Python-based software platform for energy storage simulation and analysis developed by Sandia National Laboratories.
kpiorno/kivy3dgui
Pure Kivy library to display and interact with Kivy widgets in a 3D mesh.
Zingzy/hPyT
A package to manipulate Windows and Title Bars of GUI applications made using Python
noembryo/KV4Jetbrains
Syntax highlighting and auto-completion for Kivy/KivyMD .kv files in PyCharm/Intellij IDEA
nkiiiiid/kivy-apk
Vbox+Ubuntu16.04打包生成kivy apk
ODiogoSilva/TriFusion
Streamlining phylogenomic data gathering, processing and visualization
asyncgui/asynckivy
Async library for Kivy
ahmedfgad/CoinTex
A cross-platform multi-level game created in Python using Kivy.
IsabellaSampaio/healthsphere
App created to suply employees of a health corporation / hospital / health center
cmdvmd/kivy-cupertino
iOS-style widgets for Kivy
maltfield/cross-platform-python-gui
A fork-ready base for your new GUI application. Uses CI to automatically build executables for Linux (AppImage), Windows (exe), and MacOS (dmg)
metamarcdw/nowallet
This project is a secure Bitcoin brainwallet app written in Python.
kaustubhgupta/KivyMLApp
The repository host the API for the ML model via FastAPI, Flask and contains android app development files using KivyMD.
offerrall/FuncToGUI
Easily turn your Python functions into GUI applications
tito/telenium
Automation for Kivy Application
imdeep2905/Neural-Network-Sandbox
This is a source code of Software called Neural Network Sandbox.Neural Network Sandbox makes making and training basic feed forward neural networks easy.
AndreMiras/PyWallet
Cross platform Ethereum Wallet built with Python and Kivy
ntaraujo/killer
Windows Task Manager with special features, written in Python.
theonlyNischal/Classroom-Attendance-System-Utilizing-Viola-Jones-for-Face-Detection-and-LBPH-for-Face-Recognition
The face of a human is crucial for conveying identity. Computer scientists, Neuro scientists, and psychologists, all exploits this human feature using image processing techniques for commercial, and law enforcement applications. Likewise, this feature can be invited into classrooms to maintain records of students’ attendance. Con- temporary traditional way of recording attendance involves human intervention and requires cooperation of the students which is hectic and contribute towards waste of class time. An automated real-time classroom attendance system detects students from still image or video frame coming from a digital camera, and marks his/her attendance by recognizing them. The system utilizes Viola–Jones object detection framework which is capable of processing images extremely rapidly with high detec- tion rates. In the next stage, the detected face in the image is recognized using Local Binary Patterns Histogram.