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.

  • on linux you need to run sudo python

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.2.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.2-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aukey-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 388d886fc7291f0df906be0e4e05845b02cecb4f5bd6b62a3e422fb1ddfc39df
MD5 b4853f4d88cd131742c1b8058cf4bc5c
BLAKE2b-256 c056f89bc638a6a1e861c8dc541fedec730c1bfc7167411938b77e87d3337385

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aukey-0.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c9da68f3717f66937a3e86927df5a0a30c4683dc23f2acd98f1bc70c78da7206
MD5 d0c604216d4faa60b9a6e82322f84138
BLAKE2b-256 99f7ee43495e9386f678f7d1a9d95ebb1dd25d01ebb431af323d52754c77a2b9

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