diff --git a/.gitignore b/.gitignore index c7e02b0..5379c74 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ __pycache__/ .idea/ output_*/ +svg_out*/ .pytest_cache/ diff --git a/README.md b/README.md index a01c6d6..db6c267 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -[![codecov](https://codecov.io/gh/DrWheelicus/encoderize/graph/badge.svg?token=QPQMGU1G01)](https://codecov.io/gh/DrWheelicus/encoderize) [![PyPI](https://badge.fury.io/py/encoderize.svg)](https://badge.fury.io/py/encoderize) [![Downloads](https://pepy.tech/badge/encoderize)](https://pepy.tech/project/encoderize) +

+ Encoderize Logo +

-

-Encoderize -

+

+ codecov + PyPI + Downloads +

A Python package for generating various visual representations of text in SVG format. @@ -120,7 +124,7 @@ Contributions are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) fil ## Contact -For questions or feedback, please contact Hayden MacDonald at [haydenpmac@gmail.com](mailto:haydenpmac@gmail.com). +For questions or feedback, please contact Hayden MacIntyre at [haydenpmac@gmail.com](mailto:haydenpmac@gmail.com). ## Contributors diff --git a/assets/docs/Transparent Logo.png b/assets/docs/Transparent Logo.png new file mode 100644 index 0000000..89f2206 Binary files /dev/null and b/assets/docs/Transparent Logo.png differ