Skip to content
View floxay's full-sized avatar
🌙
🌙
Block or Report

Block or report floxay

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

  1. python-riot-auth python-riot-auth Public

    A Python 3 library to get various Riot tokens and get around Cloudflare's filter during auth.

    Python 55 13

  2. flask-msgspec flask-msgspec Public

    msgspec integration for Flask

    Python 1

  3. vscode-flatbuffers vscode-flatbuffers Public

    Visual Studio Code extension for FlatBuffers Schema files.

    3

  4. WhiteOwlBot/WhiteOwl-public-data WhiteOwlBot/WhiteOwl-public-data Public

    5 1

  5. py-valorant-rich-presence py-valorant-rich-presence Public archive

    VALORANT Discord Rich Presence written in Python.

    14 3

  6. Python 3 script to optimize textures... Python 3 script to optimize textures in simple(!) glTF 2.0 GLB files.
    1
    import json
    2
    from io import BytesIO
    3
    from pathlib import Path
    4
    from struct import Struct
    5
    from typing import TYPE_CHECKING