Skip to content
View apkatsikas's full-sized avatar

Block or report apkatsikas

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

Wizard

Pinned Loading

  1. subcordant subcordant Public

    Subcordant is a Discord bot that streams music from your Subsonic-API compatible server.

    Go 5

  2. xctest_pxctest_distributed xctest_pxctest_distributed Public

    Distributed, headless parallel testing for xctest/pxctest

    Python 23 1

  3. navarchiver navarchiver Public

    Archives your Navidrome audio library and metadata using GCS.

    Go 1

  4. artist-entities artist-entities Public

    The backend service underpining https://newhellstudios.com/artists

    Go 1

  5. imdb-enhanced-search imdb-enhanced-search Public

    Go 1

  6. use Python, ffmpeg and imagemagick t... use Python, ffmpeg and imagemagick to turn your videos in GIFs!
    1
    # Requires ffmpeg and imagemagick to be on the path
    2
    # Usage example make_gif ".\input.mkv" -o output.gif -s 00:00:12.333 -d 00:00:05.666 -w 1024 -f 12 -t 1.5
    3
    
                  
    4
    import argparse
    5
    import subprocess