Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bm777/vacator
vacator, it is vacation spot finder
https://github.com/bm777/vacator
Last synced: 27 days ago
JSON representation
vacator, it is vacation spot finder
- Host: GitHub
- URL: https://github.com/bm777/vacator
- Owner: bm777
- License: mit
- Created: 2021-10-22T02:33:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T22:00:15.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:22:56.103Z (6 months ago)
- Language: QML
- Homepage: vacator.vercel.app
- Size: 6.52 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vacator
Dashboard to show the place on where we can go for vacation![demo](assets/dclimate.gif)
### What I used ?
- [x] Python3.6
- [x] Qt framework for cross platform: Windows / Mac / Linux (under development on Linux).
- [x] Javascript language for logic on UI, like manage data on the Items(QML).
- [X] QML language for designing the UI provided by Qt Company.### Usage
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.#### 1. using final pip package (you can run it anytime), you can see what I'm developing.
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
```#### 2. using final pip package (you could do until I finish the development)
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
```