Create Windows Shortcuts using a PySimpleGUI GUI. A PySimpleGUI Demo Program.
Project description
Windows Shortcut Creation
Create Windows Shortcuts to your python programs and any other file easily using this application created using PySimpleGUI.
Installation
Old-school Straight Pip
pip install psgshortcut
pip via python -m pip
the python recommended way
If python
is your command
python -m pip install psgshortcut
If python3
is your command
python3 -m pip install psgshortcut
Usage
Open a command window and type:
psgshortcut
Create a Shortcut To This Program
Use this program to make a shortcut to itself so that you can then put on your desktop or pin to your taskbar or ???
To do this, follow these steps:
- Open a command window (I promise, it's the last time you'll need to for this program)
- Type -
where psgshortcut
- Copy the line that
where psgshortcut
gave you into the first input of the shortcut maker program - Run psgshortcut by typing
psgshortcut
in your command window - Right click and choose "File Location"
- Copy the file location results, but change the extension from .py to .ico and paste into the Icon file input of the shortcut maker
- Click "Create Shortcut"
This will create a shortcut in the same folder as the target file. You can safely move this shortcut file to any place you want (like to your desktop). Double-click the shortcut and your program should launch.
Make Shortcuts To Anything
You can not only make shortcuts to Python programs, but you can make shortcuts to EXE and other files. The GUI is self-explanatory. Fill in the inputs, click the Make Shortcut button and you'll find the shortcut in the same folder as the target program.
License
Licensed under an LGPL3 License
This PyPI Was Designed and Written By
This program originated from the PySimpleGUI Demo Programs. You'll find it here: Demo_Make_Windows_Shortcut
Mike from PySimpleGUI.org
Contributing
Like the PySimpleGUI project, this project is currently licensed under an open-source license, the project itself is structured like a proprietary product. Pull Requests are not accepted.
Copyright
Copyright 2021 PySimpleGUI
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for psgshortcut-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 172998483b4fd219acf24e21634d5fb1bfc1407529387613da5282805821f54e |
|
MD5 | 2f1c2df6a37237bd85b007988a496b3b |
|
BLAKE2b-256 | 2f7acb3ec22560f7bd1320c5a9865294068d883815f7714e4aa94b7a7bf43773 |