- Mini Text Toolkit (MTT) is an open-source offline text conversion tool. This tool was designed to provide some help when solving crypto CTF challenges. But it can be used for general use as well due to its simplicity π.
- Python 3
- Install these modules:
- pysimplegui:
pip3 install pysimplegui
- BeautifulSoup:
pip3 install bs4
- pysimplegui:
-
Quick Download options:
wget https://raw.githubusercontent.com/shafdo/Mini-Text-Toolkit/master/mtt.py -O mtt.py
curl https://raw.githubusercontent.com/shafdo/Mini-Text-Toolkit/master/mtt.py -o mtt.py
-
Clone the repo:
git clone https://github.com/shafdo/Mini-Text-Toolkit.git
-
Its that simple π€
python3 mtt.py
-
Make sure after each time you enter a new value to convert. You got to reset all the fields either by pressing the "Reset Fields" button or CTRL+R (Shortcut).
- Here is a screenshot of MTT primary interface.
- Awesome, great to hear that π. Please give me a ping.
- If you found any bug please submit an issue to the MTT GitHub repo or feel free to contact me shafdo@protonmail.com.
- If you don't mind feel free to share MTT among the people you know and show some β€οΈ to this project. Thank you.