Skip to main content

A package for executing programs, files, websites by using shortcuts.

Project description

aukey

aukey is a Python package designed to execute programs, files, and websites using customizable keyboard shortcuts.

Features

  • Custom Shortcuts: Define custom keyboard shortcuts to execute programs, open files, or visit websites.
  • Flexible Configuration: Configure shortcuts using a dictionary or JSON file.
  • Multiple Action Types: Supports different action types, including executing programs, opening files, and launching URLs.
  • Cross-Platform Compatibility: Works on both Windows and Linux systems.
  • Installation
  • You can install aukey directly from PyPI using pip:

Installation

You can install aukey directly from PyPI using pip:

pip install aukey

Usage

Basic Setup

  1. Import the package:
import aukey
  1. Create your shortcuts configuration:

You can define your shortcuts directly in the code or use an external JSON file. Example configuration:

shortcuts = [
    {"name": "Open Notepad", "shortcut": "ctrlaltn", "type": "program", "path": "notepad.exe"},
    {"name": "Open Google", "shortcut": "ctrlaltg", "type": "website", "path": "https://www.google.com"},
    {"name": "Open a Document", "shortcut": "ctrlaltd", "type": "file", "path": "C:/path/to/document.docx"},
]
  1. Start listening for shortcuts:
aukey.start_listening(shortcuts)

Using a JSON Configuration File You can also load the configuration from a JSON file:

Create a JSON file with the following structure:

[
    {"name": "Open Notepad", "shortcut": "ctrlaltn", "type": "program", "path": "notepad.exe"},
    {"name": "Open Google", "shortcut": "ctrlaltg", "type": "website", "path": "https://www.google.com"},
    {"name": "Open a Document", "shortcut": "ctrlaltd", "type": "file", "path": "C:/path/to/document.docx"}
]

Start listening for shortcuts:

aukey.start_listening("shortcuts.json")

Configuration Details

Each shortcut in the configuration must include the following keys:

  • name: A descriptive name for the action.
  • shortcut: The keyboard shortcut combination (e.g., ctrlaltg).
  • type: The type of action (program, file, or website).
  • path: The path to the program, file, or URL. Example Configuration
shortcuts = [
    {"name": "Open Notepad", "shortcut": "ctrlaltn", "type": "program", "path": "notepad.exe"},
    {"name": "Open Google", "shortcut": "ctrlaltg", "type": "website", "path": "https://www.google.com"},
    {"name": "Open a Document", "shortcut": "ctrlaltd", "type": "file", "path": "C:/path/to/document.docx"},
]

Warnings

  • Configuration Format: When adding a dictionary or JSON file as the configuration, ensure it follows this format:
[
    {"name": "", "shortcut": "altff", "type": "", "path": ""},
    {"name": "", "shortcut": "altee", "type": "", "path": ""}
]
  • Avoid Common Shortcuts: Do not use shortcuts that are already widely used by the system or applications, such as Ctrl+C, Ctrl+V, Ctrl+Z, etc. Using these might interfere with standard operations and cause unexpected behavior.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

aukey-0.1.0.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aukey-0.1.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file aukey-0.1.0.tar.gz.

File metadata

  • Download URL: aukey-0.1.0.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for aukey-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e9a922efecddd44d4de0bd32cf38934a3a299e2ef3b3229b8cd6b002b91ae171
MD5 154633658f4ca55480159665f22d08e5
BLAKE2b-256 92e9e622edc60dc23026ece7ab919f370e3c1bb29342a9d57a45829b1dcbfb93

See more details on using hashes here.

File details

Details for the file aukey-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: aukey-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for aukey-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 661e983f9e55fab10c5a0a2770fa03b96a3c4497bcc88ef2f594b83f43dfa342
MD5 9f75a88e909e0f81cafc13c741d3cd12
BLAKE2b-256 fb7289b25d2b5d3b054243ec367a4c7c68f2ca2dbd42ea60246d75f44f4871b8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page