diff --git a/docs/index.html b/docs/index.html index 9af9501..8aa37b1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,28 +12,31 @@ Profile Picture

PyTextBin-0.0.3

pip install PyTextBin-0.0.3

-

pip install PyTextBin-0.0.3

+

About PyTextBin

-

- Textbin is a Python package that provides text-to-binary and - binary-to-text conversion, as well as JSON-to-base64 and - base64-to-JSON encoding and decoding. -

+

PyTextBin is a versatile Python library facilitating seamless conversion between text, binary, JSON, base64, xml and CSV formats with ease.

Installation

-

- You can install textbin through your terminal using pip from PyPI

+

You can install textbin through your terminal using pip from PyPI

-              pip install textbin
+              pip install pytextbin
             
-

Inside the textbin.py, there is a 'Textbin()' class which has the methods:

+

You can also get the source code by cloning the github repository

+
+              
+                git clone https://github.com/Comon-tech/Pytextbin
+              
+            
+ +

More info

+

Inside the textbin.py, there is a Textbin() class which has the methods: