Questions tagged [easygui]

EasyGUI is a module for very simple, very easy GUI programming in the Python programming language.

EasyGUI is a module for very simple, very easy GUI programming in the Python programming language.

196 questions
-3
votes
2 answers

How do I create a list, then len() it, then make an entry for every 'section' in that list in Python?

So, I'm working on a project, which requires me to find how many 'objects' are in a list, which I accomplished via len(), however, now I need to make it where there is a choice (in easygui's choicebox()) for every entry in that list, without raising…
x otikoruk x
  • 422
  • 1
  • 6
  • 16
1 2 3
…
13
14