/whitespace

Script for interpreting and converting to whitespace code (https://en.wikipedia.org/wiki/Whitespace_(programming_language))

Primary LanguagePython

whitespace

Whitespace code interpreter and text encrypter

Script is written using Python 3.

Usage: python main.py fname [-e / -d] [-o output_name]

Parameters:

  • fname: name of the file to encrypt/decrypt
  • e/d: tells the program to encrypt or decrypt
  • o: name of output file. ".wsp" extension automatically added. Default is "converted.wsp"