A lightweight Python library for detecting emotional tone in product review.
Project description
# Echo Feeling



**Echo Feeling** is a lightweight Python library that analyzes emotional tone from text and returns a simple emotional response.
It is designed to be simple, fast, and easy to integrate into applications such as chatbots, AI assistants, and sentiment analysis tools.
## Installation
Install directly from PyPI:
pip install echo-feeling
## Usage
Example usage:
from echo\_feeling.api import analyze
text = "I feel really happy today!"
result = analyze(text)
print(result)
Example output:
positive
## Features
* Simple emotion detection from text
* Lightweight and fast
* Easy integration into Python applications
* Works with Python 3.8+
## Project Structure
echo\_feeling/
│
├── echo\_feeling/
│ ├── \_\_init\_\_.py
│ ├── api.py
│ └── engine.py
│
├── README.md
├── requirements.txt
└── setup.py
## Example Use Cases
Echo Feeling can be used in:
* Chatbots
* AI assistants
* Social media sentiment analysis
* Customer feedback analysis
* Mood tracking applications
## Contributing
Contributions are welcome!
1. Fork the repository
2. Create a new branch
3. Make your changes
4. Submit a pull request
## License
This project is licensed under the MIT License.
## Links
GitHub Repository:
https://github.com/Becadyop/final
PyPI Package:
https://pypi.org/project/echo-feeling/
## Author
Created by Ivin,Romin,Arun,Swathilekshmi.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file echo_feeling-1.0.1.tar.gz.
File metadata
- Download URL: echo_feeling-1.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef00c67f52062ae9b69795befaa6710189f57b98e7fd49e85babdac977f81a8a
|
|
| MD5 |
0cd1163c050e67eb1d93479b32411321
|
|
| BLAKE2b-256 |
e7632b7730d558ab188269ceea2e765882434ecc163439e508fb43095cf3e25d
|
File details
Details for the file echo_feeling-1.0.1-py3-none-any.whl.
File metadata
- Download URL: echo_feeling-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b86042bfbe9bae9f7221f7ea0761bbc7e96fd5b50a9aec67c3b16c9a62cbc41
|
|
| MD5 |
95ed62a3fa81286f03204ce275fa68c9
|
|
| BLAKE2b-256 |
80a64a0298e628a446aa4b37a17d7f8026a25b5884492a4a741b77d1c6d2778d
|