Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Web app to process and combine multi-line text into a single line
- Host: GitHub
- URL: https://github.com/vtlim/textsmoosh
- Owner: vtlim
- License: mit
- Created: 2020-12-20T23:54:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T16:53:16.000Z (almost 4 years ago)
- Last Synced: 2024-10-17T05:33:20.964Z (3 months ago)
- Topics: css, flask, heroku, html, python, text-editor
- Language: HTML
- Homepage:
- Size: 344 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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