Skip to content

it-mikhail/cmdlaunch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmdlaunch

launcher for python programs

instructions

  • bunlde your project in a folder
  • add a cmdlaunch.json like this in it:
{
	"name":"print dots",
	"version":"1.0.0",
	"icon":"pymug.png",
	"commands":[
		"python print_dots.py"
	]
}
  • add the folder in the programs folder
  • run cmdlaunch.py
  • choose program to run

About

launcher for python programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%