Metadata-Version: 2.3
Name: pymoood
Version: 0.0.2
Summary: This is a package that changes emotions into emoticons.
Project-URL: Homepage, https://github.com/JOGUNHEE14/oss_project
Project-URL: Issues, https://github.com/JOGUNHEE14/oss_project/issues
Author-email: oss_project <arijo2123@hanyang.ac.kr>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# OSS_PROJECT
oss_project is a Python project that includes the pymood package. 
The pymood package analyzes emotions based on text input and can also interact with chatbots.
## Features
+ **Text-to-Emoji Conversion**
  + For Korean input, it returns an emoji that matches the sentiment.
  + Example: "기분이 좋아요!" → 😊
  + For English input, it also returns an emoji that represents the sentiment.
  + Example: "I feel good!" → 😊
    
+ **Emotion-Based Chat Bot**
  + Responds to emotion-related input with empathetic and engaging replies.
  + Example: "오늘 기분이 안 좋아." → "힘드실 것 같네요. 버티는 것만으로도 잘하고 계시네요!"
    
+ **Profanity Filtering**
  + Replace parts with profanity with *.
  + Example : "아 씨발" -> "아 **"

## Installation
[pypi site link](https://pypi.org/project/pymoood)
+ pip install pymoood

