Metadata-Version: 2.1
Name: kaushaltools
Version: 0.0.2
Summary: Making Simple to use tools with easy commands
Author: Kaushal Bhatol
Author-email: kaushal@bhatol.com
Keywords: python,tools,qrcode,encryption,data encrypt,show qr code
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: qrcode
Requires-Dist: opencv-python
Requires-Dist: cryptography
Requires-Dist: json
Requires-Dist: pyotp


# kaushaltools



* Version: **0.0.2**

* pypl: [kaushaltools](https://pypi.org/project/kaushaltools)

* Author: Kaushal Bhatol

* Email: [kaushal@bhatol.com](mailto:kaushal@bhatol.com)

* github: @KaushalBhatol



## Installation



```bash

pip install kaushaltools

```



## Modules



* **Encrypto:** For encrypting & decrypting text and dictionary.

* **QRCodeManager:** For Genrating Qr code, Saving as picture and reading qr codes.

* **totp**: Reading totp, genrating totp qr code, reading totp qr code and fetching key.



## Documents



Name                                        | Module

--------------------------------------------|---------

Time-Based One-Time Password (totp)         | [totp](https://github.com/KaushalBhatol/kaushaltools/documents/totp.md)

Managing QR code                            | [qrmanager](https://github.com/KaushalBhatol/kaushaltools/documents/qrmanager.md)

Encrypting and decrypting text or dict      | [encrypto](https://github.com/KaushalBhatol/kaushaltools/documents/encrypto.md)



## Recent Patches



* Patched Encrypto to return string file insted of bites.

