This is the full code for a Telegram bot that helps people change their texts into beautiful fonts without leaving the Telegram app. The bot was written in Python using the aiogram framework.
The bot provides a simple way for Telegram users to apply different fonts to their text messages. It supports a wide range of font styles, including bold, dark bubbles, semibold, squares, sky blue, serif, fraktur
and many more. Users can choose the font style they want. The bot will respond with the same message, but with the requested font style applied.
Link for the bot: Font Changer Bot
To run the bot on your local machine, follow these steps:
- Clone the repository to your local machine
- Create a
.env
file using the.env.dist
file as a template. Fill in the required environment variables with your own values. - Install the required dependencies using
pip install -r requirements.txt
- Run the
app.py
file using Python 3.