Dashboard to show the place on where we can go for vacation
- Python3.6
- Qt framework for cross platform: Windows / Mac / Linux (under development on Linux).
- Javascript language for logic on UI, like manage data on the Items(QML).
- QML language for designing the UI provided by Qt Company.
How to install requirements so that you can launch the UI. It is just the requests library for Pythonto enable request to dClimate API. these requirements is under requirements.txt.
You can clone and try it using simple command :)
git clone https://github.com/bm777/vacator.git
cd vacator
pip3 install -r requirements.txt
python3 main.py
You have only have the possibility to launch as a pip3 software. I'm preparing the pip file so that you can do easily
pip3 install vacator