Metadata-Version: 2.1
Name: chitchatcli
Version: 0.0.3
Summary: A command line chatting software designed for developers to communicate with each other.
Author: Benjamin Eruvieru
Author-email: benjamineruvieru@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt


# CHIT-CHAT
Chit-Chat is a command line chatting software designed for developers to communicate with each other. In addition to being a regular chatting tool, it offers a range of interesting features, such as a ranking system for developers, a search tool for finding other developers with specific tech stacks, and more. Chit-Chat aims to add a bit of social life to developers who are often labeled "introverts" by providing a means of communication through a terminal.

## INSTALLATION
To install Chit-Chat, follow the steps below:
- `pip install chitchatcli`
- Run the program: `python3 -m chitchatcli`

## TECHNOLOGIES USED
Chit-Chat uses MongoDB to store necessary data, Express.js to set up the necessary APIs, and the client interface was written in Python.

## SCREENSHOTS
![Chit-Chat Screenshot 1](https://user-images.githubusercontent.com/99836377/232632148-6f6a01d8-de42-43a2-a289-67fa2f1e234a.png)
![Chit-Chat Screenshot 2](https://user-images.githubusercontent.com/99836377/232632280-ae124d9c-2629-4731-bbdf-da45cb31149b.png)

## AUTHORS
Chit-Chat was developed by the following authors:
- Akinwonjowo Dennis [Github](https://github.com/Dennisco12) / [LinkedIn](https://www.linkedin.com/in/dennis-akinwonjowo)
- Benjamin Eruvieru [Github](https://github.com/benjamineruvieru) / [LinkedIn](https://www.linkedin.com/in/benjamineruvieru) / [Email](benjamineruvieru@gmail.com)
- Nnaemeka Joseph [Github](https://github.com/nnaemekaxi) / [LinkedIn](https://www.linkedin.com/in/nnaemeka11/)
