I'm writing an experiment in Psychopy Coder on Windows, Python 3.7.
I would like to present pictures from a local folder in a randomized order to the participant, basically iterating through that folder.
The problem is that because I have many pictures, I wouldn't like to create an ImageStim for every single pic. Also, the pics are in the same folder but with different filenames.
So how should I do this? Could somebody explain this to me please?