Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 565 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 565 Bytes

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