Skip to content
View luizoti's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report luizoti

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 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. app_launcher app_launcher Public

    Python

  2. fastapi_boilerplate fastapi_boilerplate Public

    A FastApi boilerplate with JWT login

    Python

  3. set_max_volume set_max_volume Public

    A simple script to set the maximum volume on all audio sinks and set HDMI as the default output, used on my Raspberry Pi 4 HTPC.

    Go

  4. Check if window is fullscreen Check if window is fullscreen
    1
    #!/usr/bin/python3
    2
    
                  
    3
    # Tested on python3.8
    4
    
                  
    5
    import sys
  5. skin.xperience1080 skin.xperience1080 Public

    Forked from xperience1080/skin.xperience1080

    Xperience1080 skin for Kodi 16.x, 17.x, 18.x and 19.x.

    3 1

  6. A simple KODI RPC client A simple KODI RPC client
    1
    import argparse
    2
    import subprocess
    3
    import traceback
    4
    
                  
    5
    import requests