Hello,
I want to upload an experiment built on Python in psychopy to PAVLOVIA.
How can I do that?
Pavlovia can host experiments that are translated to Javascript. If you use the Psychopy Builder to create your experiments, Psychopy can compile your Experiment directly to Javascript. If your experiments rely on code components, Psychopy can generally translate those into Javascript as well.
You will need to create an account for Pavlovia, obtain a license, connect the PC app with the created account and push the experiment to Pavlovia’s servers (this can be done through the Psychopy Builder interface). The steps are outlined here:
https://www.psychopy.org/online/usingPavlovia.html
However, if you created the entire experiment without the builder, Psychopy will not be able to compile/translate to Javascript (I only mention this, because you explicitly mentioned, that the experiment was “built in python” - which could be read as you having written everything from scratch).