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

Block or report Pigankle

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

Pinned Loading

  1. Turn a rotary dial phone into an mp3... Turn a rotary dial phone into an mp3 mixtape, with each number corresponding to one track, except for 8, which plays a random track (Magic 8-Ball). When the phone is on cradle, dialing a number sets the volume. Thanks to simonjenny, of the Fairytale Phone project, (https://gist.github.com/simonjenny/8d6c29db8b8a995a4d89) for the basic approach.
    1
    #!/usr/bin/python3
    2
    import RPi.GPIO as GPIO  
    3
    import math, sys, os
    4
    import subprocess
    5
    import socket
  2. HEC-RAS-Project-Summarizer HEC-RAS-Project-Summarizer Public

    Python 1

  3. DoomFrogger DoomFrogger Public

    Doom Frogger - a game of existential panic

    Python