Skip to content
View DiamondDemon669's full-sized avatar

Block or report DiamondDemon669

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 2 1