You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
toxygen/README.md

64 lines
1.9 KiB
Markdown

8 years ago
# Toxygen
8 years ago
Toxygen is cross-platform [Tox](https://tox.chat/) client written in pure Python3
8 years ago
8 years ago
[![Release](https://img.shields.io/github/release/xveduk/toxygen.svg?style=flat)](https://github.com/toxygen-project/toxygen/releases/latest)
[![Stars](https://img.shields.io/github/stars/xveduk/toxygen.svg?style=flat)](https://github.com/toxygen-project/toxygen/stargazers)
[![Open issues](https://img.shields.io/github/issues/xveduk/toxygen.svg?style=flat)](https://github.com/toxygen-project/toxygen/issues)
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat)](https://raw.githubusercontent.com/toxygen-project/toxygen/master/LICENSE.md)
8 years ago
8 years ago
### [Install](/docs/install.md) - [Contribute](/docs/contributing.md) - [Plugins](/docs/plugins.md) - [Compile](/docs/compile.md) - [Contact](/docs/contact.md)
8 years ago
8 years ago
### Supported OS:
8 years ago
8 years ago
- Windows
- Linux
8 years ago
- OS X
### Features
8 years ago
8 years ago
- [x] 1v1 messages
- [x] File transfers
- [x] Audio
8 years ago
- [x] Plugins support
8 years ago
- [x] Chat history
8 years ago
- [x] Emoticons
- [x] Stickers
- [x] Screenshots
- [x] Name lookups (toxme.io support)
8 years ago
- [x] Save file encryption
- [x] Profile import and export
8 years ago
- [x] Faux offline messaging
- [x] Faux offline file transfers
- [x] Inline images
8 years ago
- [x] Message splitting
- [x] Proxy support
8 years ago
- [x] Avatars
8 years ago
- [x] Multiprofile
- [x] Multilingual
- [x] Sound notifications
- [x] Contact aliases
- [x] Contact blocking
- [x] Typing notifications
- [x] Changing nospam
8 years ago
- [x] File resuming
- [x] Read receipts
- [ ] Video
- [ ] Desktop sharing
8 years ago
- [ ] Group chats
8 years ago
8 years ago
### Downloads
8 years ago
[Releases](https://github.com/toxygen-project/toxygen/releases)
8 years ago
[Download last stable version](https://github.com/toxygen-project/toxygen/archive/master.zip)
8 years ago
8 years ago
[Download develop version](https://github.com/toxygen-project/toxygen/archive/develop.zip)
8 years ago
8 years ago
### Screenshots
8 years ago
*Toxygen on Ubuntu and Windows*
![Ubuntu](/docs/ubuntu.png)
![Windows](/docs/windows.png)
8 years ago
8 years ago
### Docs
8 years ago
[Check /docs/ for more info](/docs/)