vil02/puzzle_generator
Generates python code representing a puzzle
This tool helps educators, trainers, or event organizers create interactive quizzes or puzzles as self-contained Python files. You provide the questions and answers, and it generates a Python script that reveals questions only after the correct answers are given. It's designed for anyone needing to distribute a secure, dependency-free quiz.
Available on PyPI.
Use this if you want to create a standalone, secure quiz or puzzle in Python that can be easily shared without external dependencies and where answers are hidden until solved.
Not ideal if you need a web-based quiz platform, complex question types like multiple choice with images, or integration with learning management systems.
Stars
9
Forks
12
Language
Python
License
MIT
Category
Last pushed
Mar 17, 2026
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/vil02/puzzle_generator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
inducer/cgen
C/C++ source generation from an AST
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
numen31337/copy_with_extension
Auto-generate `copyWith` methods for your Dart classes.
finsberg/gotranx
Next generation ODE translator
cleder/crepr
Create a ❤️__repr__🤗️ for your python classes from the definition found in __init__