Skip to content

Terminal chat application UI built with python curses library.

License

Notifications You must be signed in to change notification settings

ragibalasad/Terminal-Chat-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Terminal chat application UI built with python curses library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages