Skip to content

Abhirup-99/DesktopWallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic WallPaper Changing script

Requirements

  • python preferably 3, 2 would also do
  • gnome terminal

Get started

  • To get started clone this repo
  • In setEnv.sh update the path of the folder

For me it was "/home/abhirup/Documents/selfProjects/extensionPractice/images/"

  • Go to the terminal and write the following commands
    • pip3 install -r requirements.txt
    • crontab -e

    Think of a time when your computer is almost certain to be connected to the internet
    Add the following line

    • minValue hourValue * * * cd / && main.py && bash setEnv.sh

    For me it was 50 12 * * * cd /home/abhirup/Documents/selfProjects/extensionPractice && /usr/bin/python3 main.py && bash setEnv.sh

Categories

You can also specify if you want images from a particular category or a list of categories python main.py adventures life sports

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published