Skip to content
View senglk's full-sized avatar

Block or report senglk

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. telegram-bot-store-info-sqlite-database telegram-bot-store-info-sqlite-database Public

    Telegram bot that stores data on a SQLite database as user interacts with the bot

    Python 21 8

  2. microPython-NeoPixel-Web-Control microPython-NeoPixel-Web-Control Public

    A micropython script where NeoPixel LED color cycles while webserver receives commands to turn on or off the LED

    Python 3

  3. TensorFlow-Object-Detection-with-Video-Stream-from-ESP32-CAM TensorFlow-Object-Detection-with-Video-Stream-from-ESP32-CAM Public

    TensorFlow Object Detection with Video Stream from ESP32-CAM

    Python 6 2

  4. NanoClock1414 NanoClock1414 Public

    An HPDL1414 clock display powered by Arduino Nano and 74HC595

    Python 1

  5. piLIDAR piLIDAR Public

    Small rotating LIDAR

    Python

  6. Parses json from https://randomuser.... Parses json from https://randomuser.me/ and stores the info into sqlite DB
    1
    import sys
    2
    import sqlite3
    3
    import urllib.request
    4
    import json
    5