BibleNotifyDesktop
Desktop version of Bible Notify. Offline, daily scripture verse notifications on your Windows, Linux, or macOS desktop
Install / Use
/learn @BibleNotify/BibleNotifyDesktopREADME
<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
- Open a terminal of your choice in the root directory of Bible Notify.
- Execute the command
python3 -m pip install -r requirements.txt. - Run Bible Notify with
sh ./run_src.sh.
Windows
- Install Python if it isn't installed already. Go to here, download the latest version and then run the installer.
- Install Bash using MSYS2.
- Open a terminal/shell in the root directory of Bible Notify.
- Execute the command
python -m pip install -r requirements.txt. - 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 becauserun_src.shwill 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/assetspyside6-rcc assets.qrc -o assets.py
License
Licensed under the GPL-3.0 license.
