Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 602 Bytes

File metadata and controls

8 lines (5 loc) · 602 Bytes

QpythonPaS

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)