WeaChecker

How to use

This is built on python eel. So you need python installed on your device. But the python file needs some other files. You can install them with the following command (including eel):

pip install pytemperature
pip install eel
pip install requests
After installing all of them. Just run this command:
python WeaChecker.py
and it'll work!

Contribution

Only Windows version of this software is released. If you need mac and linux one, then just do the following:

  • For Linux, do the following:
    1. Create a python virtual environment and install required packs.
    2. Also Run:
      pip install pyinstaller 
    3. Then:
      python -m eel WeaChecker.py web --onefile --noconsole --icon=web\48×48.png 
    4. Then create a new folder in the dist folder named 'Linux' and inside that upload the file
    5. Then do a pull request!
  • Same a for Mac, but you'll need to generate the icns file your own and replace
    --icon=web\48×48.png 
    command with
    --icon=web\(name-of-file).(ext)

Any types of Contributions are accepted!