/textsmoosh

Web app to process and combine multi-line text into a single line

Primary LanguageHTMLMIT LicenseMIT

TextSmoosh

README last updated: 21 Dec 2020

About: Web app to process and combine multi-line text into a single line.
Deployed on Heroku, and accessible at: http://www.combinetext.com/
See example cases in the examples folder.

Screenshot of web app

screenshot

Development setup

conda create -n app_txt python=3.6
conda activate app_txt
conda install -c anaconda flask gunicorn

Contributors

Victoria Lim