ShortkeyGUI is an easy-to-use tool that can press a shortcut key. For Windows, macOS, and Linux, on Python 3 and 2.
Project description
Shortkeygui GUI is an easy-to-use tool that can press a shortcut key. For Windows, macOS, and Linux, on Python 3 and 2.
pip install shortkeygui
Source code available at https://github.com/SriBalajiSMVEC/ShortkeyGUI/
If you need help installing Python, visit https://installpython3.com/
If you have any problem ---> pls contact : Website : http://sribalaji.rf.gd Ph.no : 9043138093
Welcome to ShortcutKeyGUI documentation!
shortkeygui is an easy-to-use tool that can press a shortcut key. For Windows, macOS, and Linux, on Python 3 and 2.
To install with pip, run pip install shortkeygui
. See the :doc:install
page for more details.
The source code is available on: https://github.com/SriBalajiSMVEC/shortkeygui/
shortkeygui has several features:
- Presses shortcut keys when you call a function name --> Like: ('copy', 'cut')
- It have all application shortcut key --> Like:('MS Excel', 'MS Word', 'MS Office', etc...,)
- shortkeygui will Press a Shortcut Keys Directly.
Here's a YouTube video of a shortkeygui <https://www.youtube.com/watch?v=lfk_T6VKhTE>
_.
.. code:: python
>>> from shortkeygui import mainShotcut as key
>>> key.copy() # It presses shortcut key for Copy ( ctrl+c )
// It presses shortcut key for Copy ( ctrl + c )
>>> key.cut()
// It presses shortcut key for cut ( ctrl + x )
>>> key.delete_permanently()
// It presses shortcut key for delete permanently ( shift + delete )
>>> key.delete()
// It presses shortcut key for delete ( del )
>>> key.end()
// It presses shortcut key for Go to the end of the current line. ( end )
>>> key.file_menu()
// It presses shortcut key for File menu options in the current program. ( alt + f )
// It has many more shortcut key like this...
>>> key.copy() # It presses shortcut key for Copy ( ctrl+c )
// It presses shortcut key for Copy ( ctrl + c )
>>> key.cut()
// It presses shortcut key for cut ( ctrl + x )
>>> key.delete_permanently()
// It presses shortcut key for delete permanently ( shift + delete )
>>> key.delete()
// It presses shortcut key for delete ( del )
>>> key.end()
// It presses shortcut key for Go to the end of the current line. ( end )
>>> key.file_menu()
// It presses shortcut key for File menu options in the current program. ( alt + f )
// It has many more shortcut key like this...
Requirement modul
shortkeygui install the modules it depends on, including uiaction.
<-- thank you !!! -->
.. _SriBalaji: https://github.com/SriBalajiSMVEC
.. default-role:: code
============ Installation
To install shortkeygui, install the shortkeygui
package from PyPI by running pip install shortkeygui
(on Windows) or pip3 install shortkeygui
(on macOS and Linux). (On macOS and Linux, pip
refers to Python 2's pip tool.)
OS-specific instructions are below.
Windows
On Windows, you can use the py.exe
program to run the latest version of Python:
``py -m pip install shortkeygui``
If you have multiple versions of Python installed, you can select which one with a command line argument to py
. For example, for Python 3.8, run:
``py -3.8 -m pip install shortkeygui``
(This is the same as running pip install shortkeygui
.)
macOS
On macOS and Linux, you need to run python3
:
``python3 -m pip install shortkeygui``
If you are running El Capitan and have problems installing pyobjc try:
``MACOSX_DEPLOYMENT_TARGET=10.11 pip install pyobjc``
Linux
On macOS and Linux, you need to run python3
:
``python3 -m pip install shortkeygui``
On Linux, additionally you need to install the scrot
application, as well as Tkinter:
``sudo apt-get install scrot``
``sudo apt-get install python3-tk``
``sudo apt-get install python3-dev``
shortkeygui install the modules it depends on, including uiaction.
.. _SriBalaji: https://github.com/SriBalajiSMVEC
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 Distribution
Built Distribution
File details
Details for the file shortkeygui-0.1.tar.gz
.
File metadata
- Download URL: shortkeygui-0.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e111e606b6149800867d3a47a67909832a9c0abfa0f59e98d585266ce84b97bd |
|
MD5 | 2452a21f90229a39bc48997616569e83 |
|
BLAKE2b-256 | a5c69fc5bc4913a1ffde8b6bb8602915e79d3f210f6cf761a09dfe4299ea30ba |
File details
Details for the file shortkeygui-0.1-py3-none-any.whl
.
File metadata
- Download URL: shortkeygui-0.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7574e6c39e6c0d25b75ce1cac23f2eed00d94f60c3a6d0594c0db22fae51037 |
|
MD5 | d52cc3354cfad3fdea8f0f72d70a1bab |
|
BLAKE2b-256 | b927fc93e471254717bce9a4eb5a4aa6778f451bdda7792b9c750441f8cfb5c9 |