https://github.com/varuns2002/python-sarcastic-text-converter
This program is used to convert normal text to sarcastic or mocking text by alternatively capitalizing characters. For example, 'how are you doing bro?' becomes 'hOw aRe yOu dOiNg bRo?'. This is particularly used for mocking someone in text messages and used for memes.
https://github.com/varuns2002/python-sarcastic-text-converter
converter font generator gui meme mock python sarcastic spongebob text
Last synced: 2 months ago
JSON representation
This program is used to convert normal text to sarcastic or mocking text by alternatively capitalizing characters. For example, 'how are you doing bro?' becomes 'hOw aRe yOu dOiNg bRo?'. This is particularly used for mocking someone in text messages and used for memes.
- Host: GitHub
- URL: https://github.com/varuns2002/python-sarcastic-text-converter
- Owner: VarunS2002
- License: gpl-3.0
- Created: 2020-11-30T11:50:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T09:03:08.000Z (about 5 years ago)
- Last Synced: 2025-04-06T13:19:36.068Z (about 1 year ago)
- Topics: converter, font, generator, gui, meme, mock, python, sarcastic, spongebob, text
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python-sArCaStIc-Text-Converter
## [Downloads](https://github.com/VarunS2002/Python-sArCaStIc-Text-Converter/releases)
> [](https://github.com/VarunS2002/Python-sArCaStIc-Text-Converter/releases/download/1.2.0/sArCaStIc_Text_Converter_1.2.0.exe)
[](https://github.com/VarunS2002/Python-sArCaStIc-Text-Converter/releases/download/1.2.1/sArCaStIc_Text_Converter_1.2.1.py)
> [](https://www.gnu.org/licenses/gpl-3.0)
This program is used to convert normal text to sarcastic or mocking text by alternatively capitalizing characters.
For example, 'how are you doing bro?' becomes 'hOw aRe yOu dOiNg bRo?'.
This is particularly used for mocking someone in text messages and used for memes.
This program can be run directly to get a GUI for converting the desired text, or it can be used as a module for getting
the converted text in a different python program.
## Installation:
-Types of variants available:
1. `.py` (Python Source Code)
2. `.exe` (Windows Executable)
-Requirements for 1:
- Latest version of Python
- For Windows https://www.python.org/downloads/ is recommended
- Add Python to PATH/Environment Variables during installation in Windows (recommended)
-Requirements for 2:
- Windows OS
## Usage:
1. Run the program directly to get a GUI for converting the desired text. Converted text can also be copied to the
clipboard.
2. Can be used as a python module to get the converted text in a different python program. Example:
```
from sArCaStIc_Text_Converter import SarcasticText
converted_text = SarcasticText.convert_text(input("Enter a string: "))
print(converted_text)
```
## Note:
- Use case 1 is available with both the .py and .exe files
- Use case 2 is available only with the .py file
- [auto-py-to-exe](https://pypi.org/project/auto-py-to-exe/) is used for compiling the program to a .exe file
## Screenshots:
- GUI
