Basic functionality of puzzle_generator is to generate
a single python file representing a puzzle or quiz.
The upcoming questions are stored in an encrypted form,
so it is difficult to read them before providing correct answers.
The generated file does not have any external dependencies.
This package is available at PyPI. It can be installed using the command
pip install puzzle-generatorexamples show some basic usage.
The project is setup using poetry. In order to create a development environment, after cloning this repository, run the command:
poetry install --with devIf you just want to see the examples in action, it is enough to clone this repository and run the command:
poetry installAfterwards you can execute the commands like:
poetry run python3 examples/basic_usage.py