0

I'm in a dilemma. I've got a python code that works for each of the yellow squares shown below but I want to make an application that looks like below and uses the information from the first text box and the second drag and drop box. Then depending on what the user clicked on, the code for that would run. I'm not sure how to approach this. Any help would be greatly appreciated!

enter image description here

1 Answer 1

1

You can use Python GUI libraries like:

  1. Tkinter
  2. PyQT
  3. WxPython
  4. Kivy
  5. Pyglet

(This list is not exhaustive.)

Each has their own advantages and disadvantages. Choose the one that fits your project the best.

My personal recommendation for your particular project would be Kivy.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.