Skip to content
View pxdl's full-sized avatar

Block or report pxdl

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

Pinned Loading

  1. nxshot-web nxshot-web Public

    A web port of the nxshot Python script

    TypeScript 2

  2. nxshot nxshot Public

    Automatically organize and timestamp your Nintendo Switch captures

    Python 62 8

  3. nonpdrm-key-extractor nonpdrm-key-extractor Public

    Python 10 1

  4. Converts the NoPayStation TSV for PS... Converts the NoPayStation TSV for PS3 Games to pkgi-ps3 format
    1
    import csv
    2
    import urllib.request
    3
    
                  
    4
    url = "http://nopaystation.com/tsv/PS3_GAMES.tsv"
    5
    print('Downloading PS3_GAMES.tsv...')