Metadata-Version: 2.1
Name: PyNUtools
Version: 0.1
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Mother's Day Coder

This Python function generates an HTML page to celebrate Mother's Day with customizable messages and styles. The function generates HTML, CSS, and JavaScript code based on the provided parameters.

## Function Parameters:

- `how_your_call_your_mother`: The name or term you use to address your mother.*
- `how_you_are_called_by_your_mother`: The name or term your mother uses to address you.*
- `custom_message`: A custom message to include in the Mother's Day greeting.
- `custom_title`: The title of the HTML page.*
- `general_message_T_or_F`: A boolean value indicating whether to include a general Mother's Day message.*

`*` Required

## Generated Files:

- **index.html**: The main HTML file containing the Mother's Day greeting.
- **styles.css**: The CSS file providing styles for the HTML elements.
- **script.js**: The JavaScript file adding interactivity to the HTML page.

## Usage:

1. Import the `Mothers_day_coder` function into your Python script.
2. Call the function with the required parameters to generate the Mother's Day greeting.
3. Open the generated `index.html` file in a web browser to view the greeting.

## Example Usage:

``` python
from PyNUtools import Mothers_day_coder

# Generate Mother's Day greeting with custom message
Mothers_day_coder("Mom", "Son", "Thank you for everything! \nI love you!!", "Happy Mother's Day", general_message_T_or_F=False)
```

## Made by Naman Uriti
- This module is created and maintained by Naman Uriti Youtube Channel.
- For more updates subscribe to my channel - `https://www.youtube.com/namanuriti`
