aditeyabaral / gpython

Recreated the popular graphing application "Desmos" on Python using matplotlib, scipy and numpy. GPython can be used as an extensive graphing application that can plot 2D, 3D and even polar curves and also differentiate and integrate functions.
12 stars 8 forks source link

Building a GUI #2

Open aditeyabaral opened 4 years ago

aditeyabaral commented 4 years ago

A GUI for this application using Flask would be super handy. Looking for contributions towards building an end to end GUI using Flask for this application.

ashvinimore commented 4 years ago

Hi Sir, Do you want to create API for each function using flask and create webpage for th same? Thank You

aditeyabaral commented 4 years ago

Hey! Yup. That's the plan

DRKCYAN commented 2 years ago

I can create an app using Tkinter? I don't know how to make websites yet using Flask lol.