From 1bb7b7066e074a3c94269c861d2e7e6d92662bdb Mon Sep 17 00:00:00 2001 From: C-o-m-o-n Date: Sat, 30 Dec 2023 09:08:43 +0300 Subject: [PATCH] update index.html --- docs/index.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) 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:

  • to_binary: Converts text to binary representation.
  • to_text: Converts binary representation to text.