Metadata-Version: 2.1
Name: flexytg
Version: 1.0.0
Summary: Module To Making Using Mt Proto Flexable
Home-page: https://github.com/Aayco/Flexytg
Author: Amiru Mohammed
License: MIT
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown

# Flexytg

**Flexytg** is a lightweight Python module for converting Telegram session files between popular client libraries such as **Telethon**, **Pyrogram**, and **Hydrogram**.

Whether you're migrating bots or working across multiple frameworks, Flexytg makes it easy to work with different session formats — all in one place.

---

## Features

- Convert sessions between:
  - **Telethon** ↔ **Pyrogram**
  - **Hydrogram**, **GoGram**, and others
- Supports both **string sessions** and **SQL sessions**
- Create new sessions with API ID and hash
- Analyze existing session types
- Ready-to-use examples included

---

## Installation

```bash
pip install flexytg
