Skip to content

Andrewgxgx/Graph_drawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graph_drawer

Stunning graph paper generator written in python :D

  • Star this repo if you like this small script :D
  • This project was written by Andrew

Contents

Quick Start Guide

Requirements

  1. Have Python installed on ur coompooterr

Start!

  1. 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/activate

on Windows

python -m venv venv
./venv/Scripts/activate
  1. Then simply install the requirements

On Windows / Mac / Unix / Linux

pip install -r requirements.txt
  1. Excute the script

On Mac / Unix / Linux

python3 draw.py

On Windows

python draw.py

Screenshots

  • Yes you can chose ur own colors. S1 S2

See generated Pdfs

License

Licensed under GNU GENERAL PUBLIC LICENSE

Contact me: https://andrewgx.site/contact

About

Stunning graph paper generator written in python :D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages