A Simple Graph Created by using Python Tkinter Canvas widget. No external libraries are required for running this python program.
By using Canvas we can add the graphical shapes like line, circle, arc and much more.
See full reference from anzeljg.github.io (tkinter-canvas)
Created this program to experiment(learn) about the canvas widget of python tkinter GUI library.
To create this, I have used mathsisfun.com (Amplitude, Period, Phase Shift and Frequency Graph) website for reference.
This program doesn't have any practical application is just a scrap. If you want to experiment about tkinter canvas or need to know how to create simple graph in canvas you can fork this and use.