Console Grapher
// This is a program that runs straight in the console to graph functions
// It supports trigonometric operations, absolute values, roots, etc.
// The area to graph can also be adjusted
// Find out more on my Github!!
// Made purely using Python