ambujraj / AmbSQL

AmbSQL is a DBMS that is most EASY to operate on.
MIT License
24 stars 35 forks source link

Create a GUI of AmbSQL to run the commands with click and that shows the output #19

Open ambujraj opened 4 years ago

ambujraj commented 4 years ago

Can use electron.js or Tkinter or any other framework for this

Hstellar commented 4 years ago

@ambujraj. Hello, I am gssoc participant and would like to work on this issue.

ambujraj commented 4 years ago

Ok

Amitsharma45 commented 4 years ago

Hi ,i am gssoc participant and please send template of gui @ambujraj

Hstellar commented 4 years ago

@Amitsharma45 Let me create first version commit for this feature and then it can modified as required.

Pihu1998 commented 4 years ago

Hi @Hstellar . Are you working on it?

Hstellar commented 4 years ago

Hi @Pihu1998 I have created GUI using Tkinter and still working on it. I will make one commit by tomorrow.

Pihu1998 commented 4 years ago

Great ! Excited to see that :D

Hstellar commented 4 years ago

Hi @Pihu1998 @ambujraj I have created template for login and menu for different query. I have not displayed any output since I need to add return type to ambsql/ambsql.py functions. Shall I change those functions?
Link for file:gui.py Let me know if any changes in GUI needs to be done.