About spoopy notes

overview

SpooPy Notes was a team collaboration with Tammy Do, Aliya Summers, and Joshua Ho as the midterm project for our Python course at Code Fellows. The service allows users to type a message and generate an image in the style of a hand-cut ransom note. These humourous images can be generated in multiple sizes and are easily shared.

Running out of ideas for notes? Have no fear, we integrated a Dad Joke API into SpooPy Notes! Simply click the 'Get Dad Joke' button to generate a ransom note image containing jokes so cringe, the recipients may have no choice but to give in to your demands.

Deployed Site: https://spoopy-notes.firebaseapp.com/
GitHub Repos: https://github.com/SpooPy-Notes-Org/

Tools: flask, pillow, pytest, io, node, react
Services: Heroku, Firebase

challenges and successes

Developing a word-wrapping algorithm to enable users to select a desired output size for the image
Utilizing pillow to generate new, randomized images from a collection of pre-existing images
Composing and transmitting images in a fileless fashion to avoid cloud storage costs
Deploying a frontend application on Firebase and backend server on Heroku