https://github.com/hash-studios/kivy-binary-clock
This is a cross-platform binary clock app developed completely in python3 along with the kivy framework and kivymd widgets.
https://github.com/hash-studios/kivy-binary-clock
android-app kivy kivy-language kivymd python3
Last synced: 19 days ago
JSON representation
This is a cross-platform binary clock app developed completely in python3 along with the kivy framework and kivymd widgets.
- Host: GitHub
- URL: https://github.com/hash-studios/kivy-binary-clock
- Owner: Hash-Studios
- Created: 2020-03-21T14:33:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:52:31.000Z (over 2 years ago)
- Last Synced: 2025-03-26T04:41:28.914Z (about 1 month ago)
- Topics: android-app, kivy, kivy-language, kivymd, python3
- Language: Python
- Homepage:
- Size: 229 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
#
Kivy Binary Clock App
This is a cross-platform binary clock app developed completely in python3 along with the kivy framework and kivymd widgets.* The app is fully scalable and therfore can be used on multiple devices.
* The app also has a light theme other than this dark theme.
* The app also supports landscape orientation.## Demo
## Screenshots
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## Requirements
* Kivy > 2.0.0rc1 `pip3 install kivy==2.0.0rc1`
* KivyMD > 0.104.0 `pip3 install kivymd==0.104.0`## Usage
APK File: `/bin/bclock-1.0-armeabi-v7a-debug.apk`
Python Code File: `main.py`
Kivy Lang Layout File: `clock.kv`