simple mvc starter template
This app is made for a real estate web service, Kivy is used to implement it. This project uses MVC pattern, Which can be a starter template to start working with the kivy.
This project uses peewee as a ORM, And SQLite as database engine.
Firstly, app will get real estates from the Web service and, if it has new real estates, it will store new real estates info in the database.
Install Kivy via the this link
please refer to the installation instructions for your specific platform
To install a kivy package, we recommend using the virtualenv tool
In the root directory of project, run below code in terminal
pip install -r requirements.txt
In the root directory of project, run below code in terminal
python main.py
Using this link for packaging the application for Win, Mac, iOS, Android Platforms