https://github.com/ryanmcdermott/textarmyknife
A simple Python program for miscellaneous text processing
https://github.com/ryanmcdermott/textarmyknife
Last synced: about 1 year ago
JSON representation
A simple Python program for miscellaneous text processing
- Host: GitHub
- URL: https://github.com/ryanmcdermott/textarmyknife
- Owner: ryanmcdermott
- Created: 2013-11-13T07:27:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-13T07:28:12.000Z (over 12 years ago)
- Last Synced: 2024-10-21T21:07:58.528Z (over 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TextArmyKnife(TAK)
A simple Python program for miscellaneous text processing
TextArmyKnife is a simple script that can compress, translate, change case, strip HTML tags, and provide sentiment analysis
on almost any piece of text. Currently this is v1 and was completed in a short amount of time. There's a lot of
handle little functions here so please enjoy and feel free to contribute. It's very minimal for now but more is planned to be
added.
Dependencies Required:
How To:
python tak.py --help
Coming Soon:
- A setup.py file
- Automatic dependency install
- Installation to /usr/bin/ directory and added to path as "tak"