pyLaunch can be started with various arguments to change it’s appearance or what it does. To verify these arguments are up to date, start pyLaunch with ‘-h’. There are 3 argument categories:
Main
-h | –help
Shows all pyLaunch arguments (similar to this page)
-H | –hide
Hide pyLaunch splash screen/notice
-l | –loglevel {debug, info, warn, error, critical, none} [default: info]
Set logger log level
-W | –logwrite
Skip writing logs to file
-P | –logprint
Skip printing logs to console
-u | –update
Check if pyLaunch has an update
-rn | -release-notes
Prints pyLaunch’s release notes
-UI | –user-interface {CUI, GUI} [default: GUI]
Set Frontend interface
-t | –theme {dark, light, midnight, dark_blue, light_blue, amaranth} [default: dark]
Set Frontend GUI’s theme
Configurator
-R | –reset
Delete logs and configuration
-m | –modify
Modify configuration
-s | –skip
Skip checking configuration version (DO NOT USE)
-CI | –interface {CUI, GUI} [defaullt: GUI]
Set Configurator interface
Counter
-c | –count
Enables counter, if no other options, shows pyLaunch counts
The below arguments are all required if any are used. These can be used to show details about your project
-cn | –counter-name
Specify name of project (visual)
-cp | –counter-path
Specify relative path to project [example: ..]
-cx | –counter-exetensions
Set file extensions to count, formatted as follows: .py,.bat,.exe