Skip to content

csaye/python-highlights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-highlights

Highlights from my personal Python projects.

brainfuck

ciphers

  • CaesarCipher: encodes given string with the Caesar Cipher
  • CaesarCracker: decodes given Caesar-encoded string with common words list
  • PigLatin: converts given string to Pig Latin
  • Translate: encrypts and decrypts text file through character shifting

color

  • ColorBlend: generates an image with two random colors blended across one axis
  • ColorBlend2D: generates an image with two random colors blended across two axes
  • ColorPalette: generates an image with varying shades of a random color
  • ColorRandom: generates an image where every pixel is a random color

eval

  • ArrayQuine: a quine using array reprinting
  • DoubleQuine: a two-state quine using array reprinting
  • ShortQuine: a short quine using string interpolation
  • StringQuine: a quine using string reprinting

text

  • Autocorrect: checks correctness of given word with common words list
  • Hangman: a playable game of Hangman with randomly generated words
  • WordGuesser: a random word guessing game
  • WordSquare: randomly generates word squares with common words list

About

Highlights from my personal Python projects.

Resources

Stars

Watchers

Forks

Languages