Stunning graph paper generator written in python :D
- Star this repo if you like this small script :D
- This project was written by Andrew
Requirements
- Have Python installed on ur coompooterr
- Firstly, create a virtual env to run the script, so it doesnt fuck up ur system wide python config
on mac/unix/linux
python3 -m venv venv
source ./venv/bin/activateon Windows
python -m venv venv
./venv/Scripts/activate- Then simply install the requirements
On Windows / Mac / Unix / Linux
pip install -r requirements.txt- Excute the script
On Mac / Unix / Linux
python3 draw.pyOn Windows
python draw.py- 10pt x 10pt Blue (https://files.catbox.moe/s0zkqb.pdf)
- 20pt x 20pt Black (https://files.catbox.moe/kilpv0.pdf)
- 5pt x 5pt purple (https://files.catbox.moe/5zkk7v.pdf)
- 15pt x 15pt grd (https://files.catbox.moe/ibqhz8.pdf)
Licensed under GNU GENERAL PUBLIC LICENSE
Contact me: https://andrewgx.site/contact

