I am curious if it possible to make custom terminal commands for a Python application, for example, if I were to make a slideshow program, one could into the command line INDEPENDENTLY from the program and type
C:\Users\foo> Slides
And get
SLIDES v0.0.0 Example
Example command, example command
And if you typed
start unnamed.slides
The slide program would open up and run slide project “unnamed”. Please ignore any factual errors in this if it were the actual commands for a program I’m just trying to get a point across.