Simple and lightweight IM application for multi-user systems (e.g. Windows Server).
Find a file
2026-04-11 11:16:50 -07:00
assets/internal delete unneeded wavs 2026-04-11 11:14:35 -07:00
.gitignore it starts with one 2026-04-11 03:46:52 -07:00
LICENSE license 2026-04-11 05:50:06 -05:00
r2chat.py replace i think it does 2026-04-11 12:18:43 -05:00
README.md it starts with one 2026-04-11 03:46:52 -07:00
requirements.txt add requirements.txt 2026-04-11 11:16:50 -07:00

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.