From 20a1b50376981356cd2c7d61dc712af4a6c762f0 Mon Sep 17 00:00:00 2001 From: Artyom Ivanov Date: Sun, 3 Jul 2022 14:33:04 +0300 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3704158..a03a3a2 100644 --- a/README.md +++ b/README.md @@ -2,28 +2,27 @@ ### Run Python code right in your Telegram messages -Made with Telethon library, TGPy is a tool for evaluating expressions and Telegram API scripts. +TGPy is a tool for evaluating expressions and Telegram API scripts, built on top of [Telethon](https://github.com/LonamiWebs/Telethon). - Do Python calculations in dialogs - Interact with your messages and chats - Automate sending messages and more -## Installation +**Learn basics:** https://tgpy.tmat.me/basics/ -Python 3.9+ is required. + +## Getting started + +Python 3.9+ required. Host TGPy and connect it to your Telegram account: ```shell > pip install tgpy > tgpy ``` -## Getting started - -Just send Python code to any chat, and it will be executed. Change your message to change the result. - -[📒 TGPy Basics](https://tgpy.tmat.me/basics/) +You’re ready now. Send Python code to any chat to run it. Change your message to change the result. -![Example](https://raw.githubusercontent.com/tm-a-t/TGPy/master/readme_assets/example.gif) + ## Examples