You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
manetta 04f0c6ba87 adding encoding systems, puzzles and mazes and maps notebooks 2 years ago
..
src adding encoding systems, puzzles and mazes and maps notebooks 2 years ago
README.md adding encoding systems, puzzles and mazes and maps notebooks 2 years ago
demo.png adding encoding systems, puzzles and mazes and maps notebooks 2 years ago

README.md

Word Search Puzzle

A simple word search made in python

#demo

Usage

$ python3 main.py -h              
usage: main.py [-h] [-c] [-f FILE]

Generates a word search puzzle

optional arguments:
  -h, --help            show this help message and exit
  -c, --cheated         Hightlight words
  -f FILE, --file FILE  Path to a custom words file. One word per line.