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

Block or report DiamondDemon669

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

    A javascript wrapper from python. Executes javascript in browser using tampermonkey

    Python

  2. wgtables: a configuration tool for w... wgtables: a configuration tool for wireguard
    1
    #!/usr/bin/python3
    2
    import os, sys, re
    3
    
                  
    4
    #---------------------------------------------------------------------------
    5
    #Thank you to https://gist.github.com/dfee/6ed3a4b05cfe7a6faf40a2102408d5d8|
  3. Pyspeed: an asynchronous CLI tool ma... Pyspeed: an asynchronous CLI tool made to speed up python by avoiding running the script running more than once using sockets and/or files
    1
    import asyncio, socket, os, shlex
    2
    from watchdog.events import FileSystemEventHandler
    3
    from watchdog.observers import Observer
    4
    from watchdog.observers.polling import PollingObserver
    5
    from multiprocessing import Process
  4. unbelievaboat.py unbelievaboat.py Public

    Unbelievaboat API for python

    Python 3 1