Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# App Demo 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
App Demo

## Screenshots

Binary Clock Dark
Analog Clock Dark
Settings Dark
Nav Drawer Dark
Binary Clock
Analog Clock
Settings
Nav Drawer

## 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`