Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xanhex/my-date

Date tracker app
https://github.com/xanhex/my-date

android cross-platform kivy pep8 python windows

Last synced: about 1 month ago
JSON representation

Date tracker app

Awesome Lists containing this project

README

        

# MyDate

## Description

Cross-platform app to keep track of two dates. It also provides information
about how much time has passed since the dates were recorded.
Comes with a built .apk for Adnroid.

## Stack

- Python
- Kivy

## Standards

- pep8
- flake8
- black
- pymarkdown

## How to run

1. Clone the repo and activate virtual environment.
2. Install dependencies from `requirements.txt`.
3. Execute `main.py` from the root directory of the project

```bash
python main.py
```

## Build

The built apk file is located in `builds` folder, just copy and install it on
your Android device.

To build your own version consider to use
[`buildozer`](https://kivy.org/doc/stable/guide/packaging-android.html).

## Demo