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

Block or report blackhole077

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 Loading

  1. A small Python Gist that allows for ... A small Python Gist that allows for a list of videos (no audio) to be crossfaded automatically, provided they're all in the same folder.
    1
    from os.path import join
    2
    from subprocess import run, TimeoutExpired, CalledProcessError, check_output
    3
    from typing import List
    4
    
                  
    5
    def run_command(command_args: List[str]=None, timeout_duration: int=30) -> None:
  2. rentvision-internship-project rentvision-internship-project Public

    A partial code repository of code created for the RentVision media team to address automation of media editing. Note that due to only part of the code being published, there may be bugs or errors c…

    Python

  3. DnD-Item-Name-Generator DnD-Item-Name-Generator Public

    A deep learning approach to generating D&D themed item names.

    Python 1 3

  4. DotA2-Random-Hero-Selector DotA2-Random-Hero-Selector Public

    A small program meant to serve a similar purpose to the old random button found in the popular video game DotA 2.

    Python 1