Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.94 KB

README.md

File metadata and controls

67 lines (41 loc) · 1.94 KB

🎨 Text Converter Tool

A simple Python tool that converts stylized characters into normal characters. This program features a user-friendly GUI that allows you to upload text files and automatically convert the characters.

🛠️ Features

  • 📂 File Upload: Upload a .txt file containing normal text.
  • 🔄 Character Conversion: Replace stylized characters with normal ones.
  • 💾 Save: Save the converted file as a new .txt.
  • 🖌️ Customizable: Customize the stylized characters Siple within the .py.

📦 Prerequisites

  • Python 3.x
  • Tkinter (usually included with the standard Python installation)

🚀 Installation

  1. Install Python: Make sure Python 3.x is installed on your system. You can download it from the official Python website.

  2. Clone or Download: Clone the repository or download the ZIP file:

    git clone https://github.com/FastDropGaming/stylized-to-normal
  3. Navigate to the project directory:

    cd stylized-to-normal
  4. Instal Dependencies:

    pip install -r requirements.txt

🖥️ Running the Program

  1. Execute the script:

    python text_converter.py
  2. Click the button: Click on "Select File" to select a .txt file.

  3. Save the converted file: Choose a location and a Name to save the converted file.

📄 Example

Here’s a simple example of how the text is transformed:

  • Input Text: ʜᴇʟʟᴏ ᴡᴏʀʟᴅ
  • Output Text: hello world

🛠️ Contributing

If you would like to contribute to improving this project, feel free to make suggestions or create pull requests.

📄 License

This project is licensed under a Modified MIT License. See the LICENSE file for details.

📷 Picture of the Program

Image