Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:52:31.000Z (about 2 years ago)
- Last Synced: 2024-10-14T06:40:46.603Z (2 months ago)
- Topics: android-app, kivy, kivy-language, kivymd, python3
- Language: Python
- Homepage:
- Size: 229 MB
- Stars: 4
- Watchers: 2
- 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`