Menu bar app that shows random images from a source folder of your choice.
More information in this blog post this blog post.
- 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/