BeveL
@BeveL
I know Repl has a lot of libraries, but do they all work? For example, if I use PyAutoGUI in my project, how can I get it to work?
HackerUttam See this is very simple to understand, pyautogui has something to do with your mouse and keyboard and for that reason, it needs the sync with the cmd and internal service of your PC. Whereas Repl is an online web protocol which can't access the internal cmds. But Visual Studio IDE can.7 months ago
ash15khng PyAutoGUI can simulate typing and moving. However, as repl.it uses another computer to run your code, PyAutoGUI would not be able to simulate typing and moving on your computer. Hope this makes sense (I'm not the best at explaining things)4 years ago
https://repl.it/@BeveL/Customizable-Sorting-Algorithm
ZanderHuebner im not sure what this is supposed to do, and it took me multiple tries in order to get it working maybe a one line print on how to use it? and maybe what it does5 years ago