Helps users create shortcuts to run python scripts and other applications.
Pyshortcuts helps Python developers and users create shortcuts that will run python scripts and other applications. The shortcuts created can go onto the user's desktop or into the Start Menu (for systems with Start Menus) or both.
Pyshortcuts helps Python developers and users create shortcuts that will run python scripts and other applications. The shortcuts created can go onto the user's desktop or into the Start Menu (for systems with Start Menus) or both.
To install py310-pyshortcuts, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-pyshortcuts
To see what files were installed by py310-pyshortcuts, run:
port contents py310-pyshortcuts
To later upgrade py310-pyshortcuts, run:
sudo port selfupdate && sudo port upgrade py310-pyshortcuts
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.