A terminal-based chat application with mulitplayer games and an on-device AI assistant
Project description
Pardesi Chat 🤖🎮
Welcome to Pardesi Chat, a project by Arsalan Pardesi.
This is a feature-rich, terminal-based chat application built with Python. It allows users on the same local network to connect and chat in real-time. More than just a chat app, it's a multi-game platform and a powerful AI assistant, all running locally in your terminal. The application intelligently detects if a server is running on the network; the first user to launch automatically becomes the host.
What's New in Version 1.1.0 (July 12, 2025)
This version introduces a major new feature and includes bug fixes for a better user experience!
-
New Game Added: EconSim - The Lemonade Stand Showdown!
- Start a game with
/start-econsimand have your friends join in. - All players run their own lemonade stand in a shared market.
- Make daily decisions on pricing, marketing, and inventory.
- The on-device AI acts as a dynamic market simulator and judge, determining sales results and introducing random economic events. It's a fun, collaborative way to learn basic economic principles!
- Start a game with
-
Bug Fixes & Improvements:
- Improved stability for single-user error messages in game modes.
✨ Features
-
Real-time LAN Chat: Instantly communicate with other users on your local network.
-
Automatic Server Discovery: No need to configure IP addresses. The first person to start is the host, everyone else joins automatically.
-
Private Messaging: Send direct messages to specific users with the /whisper command.
-
Integrated Games:
- Hangman: Challenge the room with a word and see who can guess it first!
- Stick Figure Fighter: A turn-based, 1v1 fighting game with standard and special moves, rendered in ASCII art.
-
On-Device AI Assistant:
- Ask coding, general knowledge, or complex questions.
- Provide a URL to an image and ask the AI to describe or analyze it.
- Provide a URL to a news article or document and ask the AI to summarize it.
📥 Installation & Usage (for Users)
This application is packaged and available on PyPI. The recommended way to install it is using pip.
Install the Package
Open your terminal and run the following command:
pip install pardesichat
For Windows OS, you may have to run the below - make sure you have python installed:
python -m pip install pardesichat
Run the Application Once installed, you can start the chat from any terminal window by simply typing:
pardesi-chat
For Windows and MacOS, you may have to add the path environment variables
Run pip show pardesichat or python -m pip show pardesichat to see the installation path.
For Windows OS:
Copy the path, change the last folder from site-packages to Scripts ---> then press windows key and type env. In the system properties window open enviornment variables, find the variable named Path, click edit and add this as a new path.
For Mac OS:
The path will usually be /Users/yourusername/Library/Python/x.y/bin ---> replace yourusername with your user and x.y with the python version you have installed. Then type nano ~/.zshrc in your terminal and type the following:
export PATH="/Users/yourusername/Library/Python/x.y/bin" and then press Ctrl+O and Ctrl+X to exit and then load the file as source ~/.zshrc
The first person to run the command on a network will become the server host. All subsequent users running the same command will join the chat. To exit, type exit and press Enter.
🤖 One-Time AI Setup (For the Server Host)
These steps are only for the user who will host the chat and wants to enable the AI features. Client users do not need to do this.
Install Ollama
Download and install the Ollama application for your operating system from the official website: https://ollama.com. The pull command below will download it for you.
Start the Ollama Service Before starting the chat server, you must have the Ollama service running.
Open a separate, dedicated terminal window and run:
ollama serve
Keep this terminal window running in the background.
Pull the Required AI Models This application uses two different models: one for text/code and another for vision. Open another new terminal and pull both models. This is a one-time download.
For Text, Code, and Summarization:
ollama pull gemma3n:e4b
For Image Analysis:
ollama pull qwen2.5vl:3b
👨💻 Development Setup (For Contributors)
If you wish to contribute to the project or run it from the source code, follow these steps.
Clone the Repository
Bash
git clone https://github.com/arsalanpardesi/pardesichat.git
cd pardesichat
Create and Activate a Virtual Environment (optional)
Install Dependencies Install all required packages from the toml file
Run from Source
python pardesichat.py
📖 Command Reference
General Chat
Public Message: Just type your message and press Enter.
Private Message: /whisper @username your message ...
Games
Start Hangman: /hangman <word> (e.g., /hangman python)
Guess a Letter: /guess <letter> (e.g., /guess e)
Start a Fight: /fight @username
Accept a Fight: /accept
Fight Moves: /punch, /kick, /block, /special
AI Assistant (/ai)
General Question:
/ai What are the key differences between Python lists and tuples?
Analyze an Image:
/ai https://i.imgur.com/some_image.jpg
Summarize an Article:
/ai https://www.bbc.com/news/some-article-url
License note
The base application is offered under the MIT license but please refer to the licenses for Gemma and Qwen.
Gemma is provided under and subject to the Gemma Terms of Use found at ai.google.dev/gemma/terms"
Qwen is subject to the following license agreement: registry.ollama.ai/library/qwen2.5vl:latest/blobs/832dd9e00a68
Please also refer to the license requirements for all the libraries used before you deploy the application.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pardesichat-1.1.0.tar.gz.
File metadata
- Download URL: pardesichat-1.1.0.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca5309ea6028017cae9456e3a25f0b0ead62918400407ceb4140152454b1dc99
|
|
| MD5 |
550eadfd3929c409bc44d83906a7b06d
|
|
| BLAKE2b-256 |
210f0c2b7017895d47b5b702bc2c6cd8444e07701d302fa0c4d68d5b0e6d580f
|
File details
Details for the file pardesichat-1.1.0-py3-none-any.whl.
File metadata
- Download URL: pardesichat-1.1.0-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d40b5caa4aa135dff543faf6b0937e68dd243d81bc1c641fe6ea80fe9ee8e0f
|
|
| MD5 |
be3bb33dddc374722df1cf05740af64c
|
|
| BLAKE2b-256 |
6f6c9d23df57d3d9101ecb0e5b83b1e39ea935d8947d62e8fcfcae4dea1488d6
|