Metadata-Version: 2.4
Name: geometric-banner
Version: 0.0.1
Summary: Make geometric banner images, e.g. for a LinkedIn profile banner.
Author: James Hoctor
Author-email: James Hoctor <jehoctor@protonmail.com>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Requires-Dist: cairosvg>=2.7.0
Requires-Dist: numpy>=1.23.2
Requires-Dist: rich>=10.11.0
Requires-Dist: scikit-learn>=1.1.3
Requires-Dist: typer>=0.19.0
Requires-Dist: pytest>=8.0 ; extra == 'dev'
Requires-Dist: pytest-cov>=5.0 ; extra == 'dev'
Requires-Dist: ruff>=0.12 ; extra == 'dev'
Requires-Dist: ty>=0.0.29 ; extra == 'dev'
Requires-Python: >=3.11
Project-URL: Homepage, https://github.com/JEHoctor/geometric-banner
Provides-Extra: dev
Description-Content-Type: text/markdown

# geometric-banner

[According to Linkedin](https://www.linkedin.com/help/linkedin/answer/70781/image-specifications-for-your-linkedin-pages-and-career-pages?lang=en), the optimal size for a cover image is 1128 by 191 pixels. According to me, the best shape is the hexagon.

## Sample Results

![sample hexagon tiling from this script](/samples/geometric_banner.png)

![sample triangle tiling from this script](/samples/triangles.png)

![sample Gaussian process pattern from this script](/samples/gaussian_process.png)
