simple-weather-app
People always need to know about the weather. This app could help you!🙃
Using HTML, JavaScript and CSS to make highly customized, cross platfrom desktop app which use Python backends.
Note: Please do not write anything in history_list.json
General Dependenices
- Python(In general eel)
- JS
## Specific Dependencies
- weather module:
- pyowm
- timezone and geo modules:
- geocoder
- pytz
- timezonefinder
- datetime
- translation module:
- translate
## Usage
- Clone the repo, and then
$ cd simple-weather-app $ pip install -r requirements.txt $ python main.py
Note
This is for educational purposes only, this may not be efficient to use. Also, this is just a demo on how JS and Python can be used together. However you can use it, if you want.