Skip to content

YarikHrabovets/simple-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

32 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

simple-weather-app

People always need to know about the weather. This app could help you!๐Ÿ™ƒ

License PRs Welcome Open Source Love svg1
made-with-python made-with-javascript

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.