Skip to content

pyMurphy/python

Repository files navigation

Python Projects

My journey learning Python and my different projects in the process.

University Project Sigma16 Simulator

  • Simulates the Sigma16 architecture and interpreting the assembly code in Python

Studying Networks arpspoof.py

  • ARP Spoofing tool (educational)

Concatenation Practice Math/equation.py

  • Package that solves simple linear equations only using string manipulation
  • Package that allows you to get scrape data from an Overwatch statistic tracking site

Web Scraping pastebin2raw.py

  • Retrieve raw source of a pastebin link

Web Scraping lyrics.py

  • Returns the lyrics to a song when the song title and artist are entered

Minimising Code numberguess.py

  • A small number guessing game with minimal code (9 lines)