pycrosskit Cross Platform Toolkit for Windows and Linux variables and shortcuts
Project description
Python Cross Platform Toolkit for Windows and Linux variables, shortcuts and start menu shortcuts
Installing
Install and update using pip:
pip install pycrosskit
or
pip3 install pycrosskit
Supported Platforms:
- Linux
- Windows
Shortcuts usage:
# Will Create shortcut
# * at Desktop if desktop is True
# * at Start Menu if start_menu is True
Shortcut(shortcut_name, exec_path, description,
icon_path, desktop, start_menu)
# Will Delete shortcut
# * at Desktop if desktop is True
# * at Start Menu if start_menu is True
Shortcut.delete(shortcut_name, desktop, start_menu)
Environment Variables usage:
# Will Set Persistent Value for Variable in System
# * subkey works only for windows like file in folder
# * reg_path works only for windows as register path
SysEnv.set_var(name, value, subkey, reg_path=default_reg_path)
# Will Get Persistent Value for Variable in System
# * reg_path works only for windows as register path
# * delete, deletes key from environment and its subkeys after read
SysEnv.get_var(name, reg_path=default_reg_path, delete=False)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
pycrosskit-0.9.2-py3.9.egg
(17.2 kB
view details)
File details
Details for the file pycrosskit-0.9.2-py3.9.egg
.
File metadata
- Download URL: pycrosskit-0.9.2-py3.9.egg
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79eda2f82de4f01aca6f9be53fcf43bcba3043cdafc3dabaa73b707774b6cfcf |
|
MD5 | 0d9cdfc0971b3f96743240d711cb6bdd |
|
BLAKE2b-256 | d0343e146cdf3e973a56c0006c789862909ff3b7454e7d60615980eb4005aa69 |