Posts by Barney do Acre • 1 point
1 post
-
-2
votes2
answers335
viewsA: Remove cmd/dos window when calling Python App
Enter the following script at the start of your code: import ctypes ctypes.windll.kernel32.FreeConsole()
1 post
-2
votes2
answers335
viewsEnter the following script at the start of your code: import ctypes ctypes.windll.kernel32.FreeConsole()