Terminal-Chat-UI is a Terminal UI (TUI) application with an interactive, retro command-line interface. It provides a foundation for building terminal-based messaging applications but doesn’t yet support real-time messaging.
- Interactive command-line style UI
- Keyboard navigation and inputs
- Modular and extendable architecture
- Minimal dependencies
To run this project locally, follow these steps:
# Clone the repository
git clone https://github.com/ragibalasad/Terminal-Chat-UI.git
# Navigate to the project directory
cd Terminal-Chat-UI
# (Optional) Set up a virtual environment
python3 -m venv env
source env/bin/activate # On Windows, use `env\Scripts\activate`
# Install dependencies
pip install -r requirements.txt
# Run the application
python termui.py
We welcome contributions! Please feel free to submit issues or pull requests.