Remove Contractions

RC

This app takes a body of text as input and replaces any contractions found with their full form. It's built with Python and has a web interface to go with it.

To bring this Python app to the web, I used Flask to provide a web interface. For the input and output elements, I used WTForms to integrate into the HTML document. Styling is provided with Bootstrap as well as plain CSS3.

I used Heroku to deploy this app to the web and linked it with a custom domain I have hosted with GoDaddy.