Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vtlim/textsmoosh

Web app to process and combine multi-line text into a single line
https://github.com/vtlim/textsmoosh

css flask heroku html python text-editor

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/vtlim/textsmoosh/tree/master/examples) folder.

## Screenshot of web app

![screenshot](https://github.com/vtlim/textsmoosh/blob/master/screenshot.png)

## Development setup
```
conda create -n app_txt python=3.6
conda activate app_txt
conda install -c anaconda flask gunicorn
```

## Contributors
Victoria Lim