Metadata-Version: 2.1
Name: print_package
Version: 1.0.0
Summary: A simple Python package for printing messages.
Home-page: https://github.com/Tanvir-yzu/print_package.git
Author: Tanvir
Author-email: 2020tanvir1971@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENCE.txt



```markdown
# print_package

print_package is a simple Python package for printing messages to the console.

## Installation

You can install print_package using pip:

```bash
pip install print_package
```

## Usage

After installation, you can use the `print_message()` function in your Python code as follows:

```python
from print_package.print_package import print_message

print_message("Hello, world!")
```

## License

This project is licensed under the MIT License - see the [MIT](LICENSE) file for details.

## Contact

For questions or feedback, please contact [Tanvir](mailto:2020tanvir1971@gmail.com).
```
