/ElectricityCutOff

A toolbar app for mac that show the current status of the electricity in Lebanon

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

What

A toolbar app for mac that show the current status of the electricity (is On or Cutoff) in Lebanon.

More background informations in this blog post.

ScreenShots

Screenshot 1 Screenshot 2

Development

  • Install requirements: pip3 install -r requirements.txt.
  • Package:
    • fbs freeze
    • fbs installer
  • Run tests: python3 -m unittest discover -s src/main/python/ -p 'test_*.py'
  • Run linter: black src/main/python/