Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsteixeira/timetoy
A very minimal chronometer for android.
https://github.com/gsteixeira/timetoy
Last synced: about 5 hours ago
JSON representation
A very minimal chronometer for android.
- Host: GitHub
- URL: https://github.com/gsteixeira/timetoy
- Owner: gsteixeira
- License: gpl-3.0
- Created: 2017-03-15T15:19:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T17:35:18.000Z (over 7 years ago)
- Last Synced: 2023-12-14T16:57:42.631Z (11 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timetoy
A very minimal chronometer for android.To run it on PC:
```shell
# create virtual env
virtualenv /tmp/timetoyenv
source /tmp/timetoyenv/bin/activate
# clone
git clone https://github.com/gstsistemas/timetoy
cd timetoy
# install requirements
pip install -r requirements.txt
python main.py```
You can build an APK with buildozer as follows:
```shell
cd timetoy
buildozer android debug```
I suggest using https://github.com/gstsistemas/buildozo/ to build the APK.