Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
C-o-m-o-n committed Dec 30, 2023
1 parent 4017026 commit 1bb7b70
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,31 @@
<img src="pytextbin-removebg-preview.png" alt="Profile Picture">
<h1>PyTextBin-0.0.3</h1>
<h2>pip install PyTextBin-0.0.3</h2>
<h3>pip install PyTextBin-0.0.3</h3>
<!-- <h3></h3> -->
</header>

<main>
<section id="about">
<h2 class="section-title">About PyTextBin</h2>
<p>
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.
</p>
<p>PyTextBin is a versatile Python library facilitating seamless conversion between text, binary, JSON, base64, xml and CSV formats with ease.</p>
</section>

<section id="experience">
<h2 class="section-title">Installation</h2>
<p>
You can install textbin through your terminal using pip from PyPI</p>
<p>You can install textbin through your terminal using pip from PyPI</p>
<pre>
<code>pip install textbin</code>
<code>pip install pytextbin</code>
</pre>

<p>Inside the textbin.py, there is a 'Textbin()' class which has the methods:</p>
<p>You can also get the source code by cloning the github repository</p>
<pre>
<code>
git clone https://github.com/Comon-tech/Pytextbin
</code>
</pre>

<h3>More info</h3>
<p>Inside the textbin.py, there is a <span><code>Textbin()</code></span> class which has the methods:</p>
<ul>
<li>to_binary: Converts text to binary representation.</li>
<li>to_text: Converts binary representation to text.</li>
Expand Down

0 comments on commit 1bb7b70

Please sign in to comment.