Skip to main content

No project description provided

Project description

Dokkey

Dokkey is a Python package designed to detect keypresses on Windows. It captures keyboard input and returns the ASCII code of the key pressed. This package has been tested on Windows 11.


Features

  • Detects keypresses on Windows.
  • Returns the ASCII code of the key pressed.
  • Lightweight and easy to integrate into your projects.

Requirements

  • Python 3.7 or higher
  • Windows OS (Tested on Windows 11)

Installation

Install the package using pip:

pip install dokkey

Usage

Here is an example of how to use Dokkey:

import dokkey

# Define a Python callback
def on_key(vk_code):
    print(f"Key pressed: {vk_code}")

# Install the hook
dokkey.install_hook(on_key)

try:
    print("Listening for key presses. Press Ctrl+C to stop.")
    dokkey.run_message_loop()
except KeyboardInterrupt:
    dokkey.uninstall_hook()
    print("Stopped.")

Output Example

Listening for key presses. Press Ctrl+C to stop.
Key pressed: 65  # (A key)
Key pressed: 98  # (b key)

How It Works

Dokkey leverages Windows APIs to capture global keyboard events and converts the input to ASCII codes. It ensures minimal interference with other running applications.

Limitations

This package works only on Windows. It may require administrator privileges for certain use cases.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request if you have suggestions or improvements.

Local Development

To set up a local development environment, follow these steps:

  1. Create and activate a virtual environment:
    python -m venv venv
    venv/Scripts/activate
    
  2. Build & install the project
    python setup.py build
    python setup.py install
    

The module is now installed in the virtual environment. You can test it by running the example script:

python examples/example.py

License

This project is licensed under the Apache-2.0 License. See the LICENSE file for details.

Author

Developed by Sekiraw

Acknowledgements

Thanks to the Python and Windows development communities for providing tools and resources to make this project possible.

This styling ensures clarity, proper sectioning, and good readability. Let me know if you`d like any further adjustments!

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

dokkey-1.0.7.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

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

dokkey-1.0.7-cp312-cp312-win_amd64.whl (12.0 kB view details)

Uploaded CPython 3.12Windows x86-64

File details

Details for the file dokkey-1.0.7.tar.gz.

File metadata

  • Download URL: dokkey-1.0.7.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for dokkey-1.0.7.tar.gz
Algorithm Hash digest
SHA256 bae50218094860ffddb56c26bf5f52b3422560f006c96a918398c7602c2bc74e
MD5 486246dc27623dd73462ea04561fba94
BLAKE2b-256 7a709762d11aa7686687a74242350ce1551f0d752e4fe4ac2e710acf152dbb0b

See more details on using hashes here.

File details

Details for the file dokkey-1.0.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: dokkey-1.0.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for dokkey-1.0.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 adb2afcb79f4fdb07cce33730609fcbf3e71b151818bc056b9e349d4b567e5bd
MD5 c88bad488c0adfcdb049b1dd4f61954e
BLAKE2b-256 ac5248275a50558d807510cd0026d0a361e160ce5b6260fb144c908d397811f1

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