toxygen/README.md

67 lines
2.3 KiB
Markdown
Raw Normal View History

2016-07-27 14:53:50 +00:00
# Toxygen
2016-08-30 17:23:55 +00:00
Toxygen is powerful cross-platform [Tox](https://tox.chat/) client written in pure Python3.
2016-03-16 16:06:15 +00:00
2017-03-04 20:35:46 +00:00
[![Release](https://img.shields.io/github/release/toxygen-project/toxygen.svg?style=flat)](https://github.com/toxygen-project/toxygen/releases/latest)
[![Stars](https://img.shields.io/github/stars/toxygen-project/toxygen.svg?style=flat)](https://github.com/toxygen-project/toxygen/stargazers)
[![Open issues](https://img.shields.io/github/issues/toxygen-project/toxygen.svg?style=flat)](https://github.com/toxygen-project/toxygen/issues)
2016-08-01 19:07:01 +00:00
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat)](https://raw.githubusercontent.com/toxygen-project/toxygen/master/LICENSE.md)
2016-08-05 19:44:01 +00:00
[![Build Status](https://travis-ci.org/toxygen-project/toxygen.svg?branch=master)](https://travis-ci.org/toxygen-project/toxygen)
2016-05-12 19:52:47 +00:00
2017-04-06 18:28:34 +00:00
### [Install](/docs/install.md) - [Contribute](/docs/contributing.md) - [Plugins](/docs/plugins.md) - [Compile](/docs/compile.md) - [Contact](/docs/contact.md) - [Updater](https://github.com/toxygen-project/toxygen_updater)
2016-05-12 19:52:47 +00:00
2016-05-13 09:08:45 +00:00
### Supported OS:
2016-07-27 14:53:50 +00:00
2016-08-19 17:12:51 +00:00
![Linux, Windows and OS X](/docs/os.png)
2016-07-27 14:53:50 +00:00
2016-08-19 17:12:51 +00:00
### Features:
2016-03-29 18:19:29 +00:00
2016-03-16 16:06:15 +00:00
- [x] 1v1 messages
2016-04-27 18:10:53 +00:00
- [x] File transfers
2017-04-06 18:28:34 +00:00
- [x] Audio calls
2016-06-28 18:47:49 +00:00
- [x] Plugins support
2016-03-16 16:06:15 +00:00
- [x] Chat history
2016-06-28 18:47:49 +00:00
- [x] Emoticons
- [x] Stickers
2016-05-28 10:30:26 +00:00
- [x] Screenshots
- [x] Name lookups (toxme.io support)
2016-06-28 18:47:49 +00:00
- [x] Save file encryption
2016-05-28 10:30:26 +00:00
- [x] Profile import and export
2016-06-28 18:47:49 +00:00
- [x] Faux offline messaging
- [x] Faux offline file transfers
2016-04-27 18:10:53 +00:00
- [x] Inline images
2016-03-16 16:06:15 +00:00
- [x] Message splitting
- [x] Proxy support
2016-03-29 18:15:12 +00:00
- [x] Avatars
2016-04-04 12:05:06 +00:00
- [x] Multiprofile
- [x] Multilingual
2016-04-10 12:27:35 +00:00
- [x] Sound notifications
2016-04-27 18:10:53 +00:00
- [x] Contact aliases
- [x] Contact blocking
- [x] Typing notifications
- [x] Changing nospam
2016-05-12 19:52:47 +00:00
- [x] File resuming
2016-06-05 17:17:39 +00:00
- [x] Read receipts
2017-04-06 18:28:34 +00:00
- [ ] Video calls
2016-04-05 17:42:28 +00:00
- [ ] Desktop sharing
2016-06-28 18:47:49 +00:00
- [ ] Group chats
2016-03-16 16:06:15 +00:00
2016-07-27 14:53:50 +00:00
### Downloads
2016-08-01 19:07:01 +00:00
[Releases](https://github.com/toxygen-project/toxygen/releases)
2016-06-05 17:17:39 +00:00
2016-08-01 19:07:01 +00:00
[Download last stable version](https://github.com/toxygen-project/toxygen/archive/master.zip)
2016-04-13 21:46:28 +00:00
2016-08-01 19:07:01 +00:00
[Download develop version](https://github.com/toxygen-project/toxygen/archive/develop.zip)
2016-03-16 16:06:15 +00:00
2016-07-27 14:53:50 +00:00
### Screenshots
2016-05-12 19:52:47 +00:00
*Toxygen on Ubuntu and Windows*
2016-03-30 21:23:10 +00:00
![Ubuntu](/docs/ubuntu.png)
![Windows](/docs/windows.png)
2016-03-29 18:19:29 +00:00
2016-07-27 14:53:50 +00:00
### Docs
2016-03-16 16:06:15 +00:00
[Check /docs/ for more info](/docs/)
2016-08-18 16:08:12 +00:00
Also visit [pythonhosted.org/Toxygen/](http://pythonhosted.org/Toxygen/)
2016-08-19 17:12:51 +00:00
[Wiki](https://wiki.tox.chat/clients/toxygen)