Metadata-Version: 2.1
Name: telegramtui
Version: 0.1.0
Summary: Telegram client on your console
Home-page: https://github.com/vtr0n/TelegramTUI
Author: Valery Krasnoselsky
Author-email: valery.krasnoselsky@gmail.com
License: MIT
Keywords: telegram telegramtui telegramcli telegram-cli telegram-tui tui
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: Pillow (==6.1.0)
Requires-Dist: pyaes (==1.6.1)
Requires-Dist: pyasn1 (==0.4.7)
Requires-Dist: PySocks (==1.7.0)
Requires-Dist: python-aalib (==0.3.2)
Requires-Dist: rsa (==4.0)
Requires-Dist: Telethon (==0.19.1.6)

# TelegramTUI
Telegram client on your console

![telegram](https://user-images.githubusercontent.com/18473198/37569384-a4d32e70-2af2-11e8-948c-5a177b384657.png)

### Dependencies
* [Telethon](https://github.com/LonamiWebs/Telethon)
* [NpyScreen](https://github.com/bad-day/npyscreen)
* [python-aalib](http://jwilk.net/software/python-aalib)

### Installation
```pip install telegramtui```

### Proxy
You can set proxy in config.ini

### Controls
* Navigation: `Tab`, `Shift+Tab`, `Mouse`
* Send message: `Ctrl+S`, `Alt+Enter`  
* Delete message: `Ctrl+R`
* Send file: `Ctrl+O`
* Exit: `Ctrl+Q`, `ESC`  
* Copy: `Shift+Mouse`
* Paste: `Shift+Ins`, `Shift+Middle mouse button`


