Banner Generator for sciwork Setup Environment Install Packages and Setup Venv python3 -m venv venv source ./venv/bin/activate pip3 install -r requirements.txt Register an Unsplash API APP Go to Unsplash Developer/API and signup account. Register an application, and navigate to Keys section, check the figure below if you do not find it. Copy ACCESS KEY to .env. Generate Banners Edit .env and change the value of EVENT_TITLE (Optional) Edit config.py if needed class PhotoQuerySetting: # Change Keyword for Searching Photos query = "code" # How many Banner(s) to Generate count = 5 You're good to go! python3 main.py