Metadata-Version: 2.1
Name: Pprints
Version: 2.0.0
Summary: A library for printing Persian text in color and without color (:
Home-page: https://github.com/aminrngbr1122
Author: Amin Rngbr
Author-email: rngbramin@gmail.com
License: MIT
Keywords: Print,print,persian,Persian,PP,iran,Iran,Arab,arab,jiji,ColorTER,Pprints,PPRINTs,PPrints
Platform: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorter
Requires-Dist: arabic-reshaper

```
  ____   ____         _         _     _      ___  ____       __   
 |  _ \ |  _ \  _ __ (_) _ __  | |_  | |    |_ _|| __ )     / / _ 
 | |_) || |_) || '__|| || '_ \ | __| | |     | | |  _ \    | | (_)
 |  __/ |  __/ | |   | || | | || |_  | |___  | | | |_) | S | |  _ 
 |_|    |_|    |_|   |_||_| |_| \__| |_____||___||____/    | | (_)
                                                            \_\   
```

Pprints Library
~~~~~~~~~~~~~~~~~~~~~

The PPrints library is an auxiliary library for printing in the terminal in Farsi language and Farsi color printing written with Python language for humans.
Basic usage:

```python
from Pprints import *
from os import environ

environ['print_access_request_library_PPrint'] = '1'

colors = Colors()
print = Pprint().print
input = Pprint().input

print(text=input('Text Shoma'))
```

::Library used in the code: arabic_reshaper, bidi
::Copyright: (c) 2023 Amin Rngbr.
::license: MIT
