Skip to content

A program that changes your wallpaper to NASA's Astronomy Picture of the Day

License

Notifications You must be signed in to change notification settings

cyclopticnerve/SpaceOddity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceOddity

"It mostly works™"

License: WTFPL

A program that changes your wallpaper to NASA's Astronomy Picture of the Day

Requirements

This app also requires two additional libraries:
Configurator
Installerator
See their respective repos for installation instructions.

Installing

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

Uninstalling

foo@bar:~$ cd .spaceoddity
foo@bar:~/.spaeoddity$ ./uninstall.py

-)