In mathematics, sine and cosine are trigonometric functions of an angle. The sine
and cosine of an acute angle are defined in the context of a right triangle.
(Wikipedia: Sine and cosine)
Create an interactive GUI program
Use the Python GUI module PySimpleGUI or PyQt.
Add tangent and cotangent to your GUI program.
Add to your GUI program or create a new GUI program
Plot the sine and cosine from 0° to 360°.
(Make it pretty: plot axes, axis labels, plot title, tick marks, etc.)