SkillAgentSearch skills...

BibleNotifyDesktop

Desktop version of Bible Notify. Offline, daily scripture verse notifications on your Windows, Linux, or macOS desktop

Install / Use

/learn @BibleNotify/BibleNotifyDesktop
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="./src/assets/illustration.svg" /> <h1>Bible Notify Desktop</h1> <p> <a href="LICENSE"><img src="https://img.shields.io/badge/License-GPL_v3-green.svg" /></a> <img alt="Lines of code" src="https://img.shields.io/tokei/lines/github/BibleNotify/BibleNotifyDesktop" /> <a href="https://github.com/BibleNotify/BibleNotifyDesktop/actions/workflows/build.yml"><img src="https://github.com/BibleNotify/BibleNotifyDesktop/actions/workflows/build.yml/badge.svg?branch=master" /></a> </p> <p>Daily Scripture Verse Notifications on your Desktop.</p> </div> <!--This is the repository for the Desktop version of the daily Bible verse notification app for Android called [Bible Notify](https://github.com/BibleNotify/BibleNotify).-->

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

<!-- TODO: Add instructions for running on macOS -->

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.

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated2mo ago
Forks3

Languages

QML

Security Score

95/100

Audited on Jan 11, 2026

No findings