/image-preview

Menu bar app that shows images from a source folder of your choice

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Image Preview

Menu bar app that shows random images from a source folder of your choice.

More information in this blog post 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/