Skip to content

A collage creator built with Python and Pixabay API

Notifications You must be signed in to change notification settings

the-bose/collagify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Collagify

forthebadge forthebadge forthebadge

Description

Collagify is a collage creator built with Python and Pixabay API. Collagify randomly generates artsy (I believe it's artsy) collages based on given keyword with the help of Pixabay API and employs a monocolour background.

Pixabay API

Pixabay

  • Pixabay is a vibrant community of creatives, sharing copyright free images and videos. All contents are released under the Pixabay License, which makes them safe to use without asking for permission or giving credit to the artist - even for commercial purposes.
  • All images employed by Collagify are under Pixabay License
  • YOU NEED A PIXABAY API KEY FOR COLLAGIFY TO WORK. Get your key here

Installation

  • Clone repository
  git clone https://github.com/the-bose/collagify.git
  • Create virtual environment
virtualenv venv
  • Activate virtual environment
    • Linux
      source venv/bin/activate
    • Windows
      venv\Scripts\activate.bat
  • Install dependencies
  pip install -r requirements.txt

Running Collagify

  • YOU NEED A PIXABAY API KEY FOR COLLAGIFY TO WORK. Get your key here. Edit the app.py file to include the key. Run the app.py file:
  python app.py
  • Supply the keyword of collage when prompted. Wait for your random collages (yes, plural, as in 3) to be generated and voila!
  • Output images are stored in the /outputs/ folder with the keyword used to generate the collage in the file name.

forthebadge

About

A collage creator built with Python and Pixabay API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages