Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xanhex/my-date
- Owner: xanhex
- License: apache-2.0
- Created: 2023-09-13T14:09:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-24T08:08:33.000Z (about 1 year ago)
- Last Synced: 2024-10-31T04:42:09.797Z (3 months ago)
- Topics: android, cross-platform, kivy, pep8, python, windows
- Language: Python
- Homepage:
- Size: 27.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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