A program that changes your wallpaper to NASA's Astronomy Picture of the Day
This app also requires two additional libraries:
Configurator
Installerator
See their respective repos for installation instructions.
You should first run:
foo@bar:~$ sudo apt update && sudo apt upgrade
to make sure you have the lastest software installed.
You can download the (hopefully stable) latest release from the main branch, unzip it, and run the install.py file from there:
foo@bar:~$ cd Downloads/SpaceOddity-X.X.X
foo@bar:~/Downloads/SpaceOddity-X.X.X$ ./install.py
Or you can clone the git repo to get the latest (and often broken) code from the dev branch:
foo@bar:~$ python -m pip install build
foo@bar:~$ cd Downloads
foo@bar:~/Downloads$ git clone https://github.com/cyclopticnerve/SpaceOddity
foo@bar:~/Downloads$ cd SpaceOddity
foo@bar:~/Downloads/SpaceOddity$ ./install.py
foo@bar:~$ cd .spaceoddity
foo@bar:~/.spaeoddity$ ./uninstall.py