Skip to content
View MrJackus1's full-sized avatar
⌨️
⌨️

Block or report MrJackus1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PythonProjects PythonProjects Public

    Just a collection of some python projects!

    Python

  2. Converting .txt files into Keyboard ... Converting .txt files into Keyboard presses
    1
    import time
    2
    import usb_hid
    3
    from adafruit_hid.keyboard import Keyboard
    4
    #You may have to change this layout depending on your keyboard layout
    5
    from keyboard_layout_win_uk import KeyboardLayout
  3. Micropython-Pi-Pico-Web-Server Micropython-Pi-Pico-Web-Server Public

    A fast webserver using Micropython for the Pi Pico W. Support for Multicore and https soon!

    Python 1 1