Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ pywall Public

A simple python command line utility to download images from pixbay & set it as wallpaper

Notifications You must be signed in to change notification settings

ns23/pywall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pywallpaper

A simple python command line utility to download images from pixbay

steps to create pixbay API key

  • Open the link pixbay api
  • Create a account
  • Press ctrl+f and search Your API key
  • Copy the API Key

set up virtual env

Follow this github gist on how to create virtual env gist

Set the environment variable

The pixbay APIkey is stored in environment varaible PIX_KEY

Set Environment varaible on Linux

export PIX_KEY='<Your API key>'

Set Environent varaible on Windows

setx PIX_KEY "<Your API key>"

Install Dependancies

    pip install -r requirements.txt

To run the script

python pywall.py

About

A simple python command line utility to download images from pixbay & set it as wallpaper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages