Skip to content
View BillyDoesDev's full-sized avatar
💭
waddlin'
💭
waddlin'
Block or Report

Block or report BillyDoesDev

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

waddles

intro

Metrics

#!/usr/bin/python3
print("".join([chr(sum([(dict(zip([str(_) if _ < 10 else chr(_+87)for _ in range(16)],[_ for _ in range(16)]))[c]<<_<<_<<_<<_)for _, c in enumerate("4834434b5221"[i:i+2][::-1])]))for i in range(0,len("4834434b5221"),2)]))

Pinned

  1. Steganography Steganography Public

    A small python script that allows you to hide secret messages inside images and vice-versa

    Python 5

  2. dotfiles dotfiles Public

    yes.

    CSS

  3. A tool to convert images to Braille ... A tool to convert images to Braille text art, written in Python3
    1
    """
    2
    A tool to convert images into Braille art
    3
    4
    Depends on: Pillow - Python Imaging Library
    5
    To install, do:
  4. minesweeper minesweeper Public

    The classic Minesweeper, written in Python3, designed for the command line

    Python