Skip to content

BibleNotify/BibleNotifyDesktop

Repository files navigation

Bible Notify Desktop

Lines of code

Daily Scripture Verse Notifications on your Desktop.

Download

Head over to GitHub Releases to download the latest release of Bible Notify. Binaries are available for Linux, macOS and Windows.

Running the code

Linux

Python is pre-installed on Linux systems already

  1. Open a terminal of your choice in the root directory of Bible Notify.
  2. Execute the command python3 -m pip install -r requirements.txt.
  3. Run Bible Notify with sh ./run_src.sh.

Windows

  1. Install Python if it isn't installed already. Go to here, download the latest version and then run the installer.
  2. Install Bash using MSYS2.
  3. Open a terminal/shell in the root directory of Bible Notify.
  4. Execute the command python -m pip install -r requirements.txt.
  5. Run Bible Notify with sh ./run_src.sh.

Note: Alternatively you can install Bash from Git's website, however you will need to run the following commands instead of sh ./run_src.sh. This is because run_src.sh will not work with Git Bash.

sh ./update_qrc.sh
python3 src/main.py

Element chat

Need help? Want to help out? Join our Element chat to chat with the developers or get support.

Contributing

Contributions are always welcome! Feel free to open a PR or ask questions.

Generating assets.py

  • cd src/assets
  • pyside6-rcc assets.qrc -o assets.py

License

Licensed under the GPL-3.0 license.