An open API service indexing awesome lists of open source software.

https://github.com/benwr/puzzle_utils


https://github.com/benwr/puzzle_utils

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# bwr's puzzle utilities

I've found myself needing to do the same sort of dumb string manipulation
over and over and over again when solving various recreational puzzles and
CTFs. This is just a quick implementation of several of those. It may grow
when I need a fancier tool for Mystery Hunt, but this iteration covers
the basics.

Requires Python 3