GitHub - Sohil876/QpythonPaS: Some usefull projects and scripts i created for qpython.
This repository was archived by the owner on Jun 29, 2021. It is now read-only.
Some useful projects and scripts i created for qpython.
SCRIPTS:
- Script runner - Qpython (ATM) does not allows us to launch scripts from terminal directly with arguments, you can use this and launch scripts (currently) in your qpythons script directory by typing full file name with or without arguments, eg. testscript.py, you don't even need to enter expressions in file name even if your file name has for eg. spaces like test file.py
- PyGame displayinfo - Prints usefull display related infos (display driver,surface,bits,windowing system,available fullscreen modes)