Skip to content
View jgrugru's full-sized avatar
  • Software Engineer
  • Oklahoma City, OK

Block or report jgrugru

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. big-data-playground big-data-playground Public

    Experimenting with big data in python.

    Python 5

  2. Extract png non-transparent pixels t... Extract png non-transparent pixels to bin file - Creates bytes array of size L x W for an oled screen and activates pixels where the png has non-transparent values. I am using this for the ssd1306 module in circuit python with the RP2040 waveshare zero board
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # if using uv, you can run the script with this command
    4
    # uv run --no-project --with pillow extract_pixels_to_bin.py pixel_art_file.png
    5
    # ^ this just lets you run it with uv without creating a venv,
  3. nba-game-webscraper nba-game-webscraper Public

    Webscraping tool to grab NBA games from nba.com and format into a csv.

    Python

  4. circuit-python-collection circuit-python-collection Public

    random collection of circuit python code and sensors, mainly using my rp2040 zero boards

    Python