Metadata-Version: 2.4
Name: ppry
Version: 2.0.0
Summary: Use 'ppry()' instead of 'print()' in Python
Author: Programmer Seo Hook : @LAEGER_MO 
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# The ppry library in Python prints the text written inside it, like the print function.  

# Telegram  :  @LAEGER_MO
# The installation method is like this 
pip install ppry
#After installation, how to use it 

python```
ppry("Hello world ")
```
