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

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

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"