Skip to content
View Sid72020123's full-sized avatar
😀
Programming!
😀
Programming!

Highlights

  • Pro

Organizations

@scratch-advancedtopics
Block or Report

Block or report Sid72020123

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
Sid72020123/README.md

Pinned Loading

  1. scratchconnect scratchconnect Public archive

    Python Library to connect Scratch API and much more.

    Python 25 14

  2. SUI-API SUI-API Public

    The Scratch Username Index API

    Python 5

  3. pyhtmlchart pyhtmlchart Public

    Python library to make Google Charts.

    Python 1

  4. LineChart.py LineChart.py
    1
    import pyhtmlchart as chart
    2
    line_chart = chart.line_chart.LineChart(location='line', title='Chart')
    3
    columns = ['Time', 'Number1', 'Number2']
    4
    all_data = [[1, 200, 300], [2, 500, 400]]
    5
    line_chart.add_data(data=all_data, data_titles=columns)
  5. pydatatable pydatatable Public

    pydatatable is a python library made to display graphical tables from data.

    Python 2

  6. Sid72020123.github.io Sid72020123.github.io Public

    My personal website!

    HTML 2