Bible Notify Desktop
This is the repository for the Desktop version of the daily Bible verse notification app for Android called Bible Notify.
Running
Linux
Python is pre-installed on Linux systems already
- Execute the command
python3 -m pip install -r requirements.txt
in a terminal of your choice. - Change into the
src
directory by runningcd src/
- Run Bible Notify with
python3 main.py
Windows
- Install Python if it isn't installed already. Go to here, download the latest version and then run the installer.
- Execute the command
python -m pip install -r requirements.txt
in a terminal of your choice. - Change into the
src
directory by runningcd src/
- Run Bible Notify with
python main.py
License
Licensed under the GPL-3.0 license.