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.
- 📂 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
.
- Python 3.x
- Tkinter (usually included with the standard Python installation)
-
Install Python: Make sure Python 3.x is installed on your system. You can download it from the official Python website.
-
Clone or Download: Clone the repository or download the ZIP file:
git clone https://github.com/FastDropGaming/stylized-to-normal
-
Navigate to the project directory:
cd stylized-to-normal
-
Instal Dependencies:
pip install -r requirements.txt
-
Execute the script:
python text_converter.py
-
Click the button: Click on "Select File" to select a
.txt
file. -
Save the converted file: Choose a location and a Name to save the converted file.
Here’s a simple example of how the text is transformed:
- Input Text:
ʜᴇʟʟᴏ ᴡᴏʀʟᴅ
- Output Text:
hello world
If you would like to contribute to improving this project, feel free to make suggestions or create pull requests.
This project is licensed under a Modified MIT License. See the LICENSE file for details.