Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.36 KB

File metadata and controls

42 lines (29 loc) · 1.36 KB

Terminal-Chat-UI

GitHub License Python Curses

Overview

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.

🚀 Features

  • Interactive command-line style UI
  • Keyboard navigation and inputs
  • Modular and extendable architecture
  • Minimal dependencies

🛠️ Installation

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

🤝 Contributing

We welcome contributions! Please feel free to submit issues or pull requests.