Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
PyTchat/README.md

21 lines
397 B
Markdown
Raw Normal View History

2019-07-18 19:09:16 +02:00
![logo](https://flifloo.fr/images/PyTchat.png)
2019-07-15 22:54:58 +02:00
<h1>PyTchat </h1>
A simple Python tchat client
<h2>How to use it ?</h2>
Look at the [wiki](https://github.com/flifloo/PyTchat/wiki) ;3
<h2>License</h2>
This project is on the [MIT license](https://github.com/flifloo/PyTchat/blob/master/LICENSE)
<h2>Dependencies</h2>
2019-07-18 19:09:16 +02:00
* [SecureSocketService](https://github.com/flifloo/SecureSocketService)