Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.