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 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
- 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
- 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.