forked from Dogo6647/r2chat
i dont know how to sync a fork because i dont see the button to 😭
- Python 100%
| assets/internal | ||
| .gitignore | ||
| LICENSE | ||
| r2chat.py | ||
| README.md | ||
r2chat
Simple and lightweight IM application for multi-user systems (e.g. Windows Server). Created by Dogo6647 with Python and Tkinter.
Usage
Place r2chat folder on C:\ on windows or inside any other location accessible by all users. Make sure you're running the script from within the folder it's in.
python r2chat.py
Chat history is saved as chat.txt inside either "C:\Users\Public\r2chat" on Windows
or "/var/tmp/r2chat/" on Unix-like.
Preferences are stored as a json in your home directory and can be changed directly from the GUI by clicking "Preferences" on the menu bar.
You can insert color text into the chat by using the following syntax: ((#XXXXXX | yourtext))
The "insert" menu is not functional yet.