I was making a python project where I used Pyautogui which controls the mouse and keyboard
When I run the program it shows the output screen instead of the console so I pip uninstalled Pyautogui, when the output screen is still being the output instead of the console
Is there a way to make it show the console instead of the pitch black output screen?