A super simple python script that creates a proper hexagonal paper (see example.pdf), which is, IMHO, super useful for organic chemistry class, but you are free to use it elsewhere ;). Moreover, the script provides an option to draw help lines, which are rather helpful than distracting.
The script uses reportlab python package, so the requirements are:
Python >=3.9(Haven't try on previous versions, might work as well)reportlab
Run the following code to get your PDF produced:
python hexa_paperer.pyWhich with default configuration should produce a hexa_paper.pdf
Script is easily configurable with constants in the top of the script, where you can set line color, thickness, page scale, number of help lines, etc.
Distributed under the MIT License. See LICENSE for more information.