Metadata-Version: 2.2
Name: shrijuu
Version: 0.1.0
Summary: A fun Python module representing a girlfriend character with interactive features.
Home-page: https://github.com/harshitkumar9030/shrijuu
Author: Harshit Kumar
Author-email: harshitkumar9030@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Shrijuu

A fun Python module representing a girlfriend character with interactive features.

## Installation

```
pip install shrijuu
```

## Usage

```python
from shrijuu import Shrijuu

# Initialize your girlfriend
shrijuu = Shrijuu(name="Shrijuu")

# Express love
print(shrijuu.express_love())

# Plan dates
print(shrijuu.plan_date())

# Add memories
shrijuu.add_memory("Our first date")
print(shrijuu.share_memories())

# Set important dates
shrijuu.set_birthday("1998-06-15")
shrijuu.set_anniversary("2022-09-22")

# And many more features!
```

## Features

* Express love and affection
* Plan dates
* Store and share memories
* Track important dates
* Gift recommendations
* Mood system
* Virtual hugs and kisses
* Inside jokes
* Wishlist management
* Relationship milestones
* Pet names
* Relationship status tracking
* Activity suggestions

## License

MIT License
