Cross-platform app that provides you with the list of the best movies. You can mark the movies 'watched' and filter them out (slide to left/right gestures). Supports data update from API. UI presented in dark theme and supports two languages (EN/RU).
- Python
- Kivy
- Requests
- pep8
- flake8
- black
- pymarkdown
-
Clone the repo and activate virtual environment.
-
Install dependencies from
requirements.txt
. -
Execute
main.py
from the root directory of the projectpython main.py
The built apk file is located at builds
folder, just copy and install it on
your Android device.
To build your own version consider to use buildozer.