Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.67 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.67 KB

Mini Text Toolkit (MTT)

Overview

  • 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 😃.

Pre-requisites

  • Python 3
  • Install these modules:
    • pysimplegui: pip3 install pysimplegui
    • BeautifulSoup: pip3 install bs4

Download

  • 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

Usage

  • 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).

Preview

  • Here is a screenshot of MTT primary interface.

ScreenShot 1

Contributions

  • Awesome, great to hear that 😃. Please give me a ping.

Bugs

  • If you found any bug please submit an issue to the MTT GitHub repo or feel free to contact me shafdo@protonmail.com.

Final Note

  • If you don't mind feel free to share MTT among the people you know and show some ❤️ to this project. Thank you.