Metadata-Version: 2.1
Name: termtalk
Version: 0.2.0
Summary: Use to chat with Public random on Terminal
Author: Dzadafa
Author-email: Dzakwan Daris <dzakwandarisfakhruddin@gmail.com>
License: MIT Licencse
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pyrebase4 >=4.8.0


# TermTalk

TermTalk stand for Terminal Talk is a Terminal-based chat app. With this, now you can perform chatting with random people on your terminal.
Built fully in Python with Firebase as Database Storage (Temporary).

## Features

- Send and receive messages in real-time.
- Public space to spend your time.

## Installation

Install the package using pip:

```bash
pip install termtalk
```
## Usage
After installed the package, you can just use it in Terminal
```
termtalk
```
If you facing an error while opening a new terminal. 
Open new terminal manually and type this
```
termtalk -d
```
Maybe, you don't want to facing the same error again. You can just open two terminal 
```python
#first terminal

termtalk -d
```
wait for the program to be running, and then

```python
#second terminal

termtalk -s
```
To view all the options we got
```py
termtalk -h

#result
'''
options:
  -h, --help         show this help message and exit
  -d, --destination  start the chat page individually
  -s, --sender       start the chat sender individually
'''
  
```



## Collaboration

We welcome contributions from the community to help make Terminal Chat even better! Here are some ways you can contribute:

1.  **Bug Reports & Feature Requests**: If you encounter any issues or have ideas for new features, please create a GitHub issue.
2.  **Pull Requests**: If you have written a patch, improved documentation, or added a feature, feel free to submit a pull request.
3.  **Feedback**: Your feedback is invaluable. Let us know how we're doing and how we can improve.
 
For major changes, please open an issue first to discuss what you would like to change.

## Social

Stay connected and follow me on social media for the latest updates, news, and discussions:

-   **Instagram** : [@Dzadafa](https://instagram.com/TerminalChatApp)
-   **Youtube** : [Dzadafa](https://www.youtube.com/@dzadafa)
