Metadata-Version: 2.4
Name: print64
Version: 0.1.0
Summary: Automatically converts all print() output to Base64
Author-email: The Arquitect <samu.plantaarvores@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Samucahub/print64
Project-URL: Repository, https://github.com/Samucahub/print64
Project-URL: Issues, https://github.com/Samucahub/print64/issues
Keywords: base64,print,output,encoding
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: twine>=4.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"

# Print64

A Python library that automatically converts all output from `print()` to Base64.
For people who enjoy a good challenge.

## Installation

```bash
pip install print64
