Currently Playing Spotify Song As Wallpaper for Gnome and MacOS
python3 terminal.py now runs the application in cli
python3 app.py is now for frontend (not completely implemented yet use terminal.py for now)
- Clone the repository
- Create a virtual env in the main directory of the application. (python3 -m venv env)
- Activate the env (source env/bin/activate)
- Install requirements (pip3 install -r requirements.txt)
- Run the application (python3 terminal.py)
Change modes and display resolution in creds.txt