Send any Unicode character to your Android device
Project description
Send any Unicode character to your Android device
pip install adb-unicode-keyboard
from adb_unicode_keyboard import AdbUnicodeKeyboard
from time import sleep
adbkeyboard = AdbUnicodeKeyboard(adb_path = "C:\\Users\\Gamer\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe",
deviceserial = "localhost:5735", exit_keys="ctrl+x")
adbkeyboard.connect_to_adb()
oldkeyboard = adbkeyboard.get_all_installed_keyboards()[0]
adbkeyboard.install_adb_keyboard() # installs "https://github.com/senzhk/ADBKeyBoard/raw/master/ADBKeyboard.apk"
adbkeyboard.activate_adb_keyboard()
if adbkeyboard.is_keyboard_shown():
adbkeyboard.send_unicode_text('öü')
adbkeyboard.send_unicode_text_with_delay('öü', delay_range=(0.05, 0.3))
sleep(1)
adbkeyboard.longpress_66_keycode_enter() # not executed with ADBKeyBoard / all keycodes are available as methods
sleep(1)
adbkeyboard.press_66_keycode_enter() # not executed with ADBKeyBoard / all keycodes are available as methods
adbkeyboard.disable_adb_keyboard(new_keyboard_name=None) # If no keyboard name is passed, will be reset to default
adbkeyboard.disable_adb_keyboard(new_keyboard_name=oldkeyboard)
#adbkeyboard.uninstall_adb_keyboard()
# Chaining is possible
adbkeyboard.connect_to_adb().activate_adb_keyboard().send_unicode_text('böb&oö').disable_adb_keyboard()
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
adb_unicode_keyboard-0.12.tar.gz
(16.8 kB
view hashes)
Built Distribution
Close
Hashes for adb_unicode_keyboard-0.12.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f88d5cf8915b0dd1ccae7809417280ea7f9f1b5a41b2bfb7357876cc93d1d8e1 |
|
MD5 | 8c1d1519d94c27f51cc5d687b77b7bc9 |
|
BLAKE2b-256 | 2d172caae6c1df010b7b5ee4edef6279a0506b33b4a20463acbc377ebcfa1fe1 |
Close
Hashes for adb_unicode_keyboard-0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb5f7811679c6a3dd2d330f76a4bfaeeb4bf90cbb8ab04a7d01b86721e3fd02e |
|
MD5 | ea314ebc8860a8f1c60089c9759d1185 |
|
BLAKE2b-256 | 60e76cacc40e293996c7b36719ae93ed2620458b7b880ca2f8cf4e6d1de09a4b |