https://github.com/benwr/puzzle_utils
https://github.com/benwr/puzzle_utils
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benwr/puzzle_utils
- Owner: benwr
- Created: 2016-07-24T18:12:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-24T21:49:50.000Z (almost 9 years ago)
- Last Synced: 2025-02-24T07:45:22.450Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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