Skip to content

fikebr/py_sudoku_svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Puzzle Builder

Builds sudoku puzzle images in bulk

Usage

  • Output (-o) Output filename. The name will be given a prefix of "001_"
  • Number (-n) The Number of files to create. Default 10
  • Size (-z) The size in pixels of the puzzle. Default 200
  • Difficulty (-d) The diffuculty of the puzzle. 1=easy, 2=med, 3=hard. Defualt 2
  • Template (-t) The png file to use as a template to place your puzzle in
  • Template Coordinates (-c) Where to place the puzzle in the template image. Format 10x10. Default 20x20

Download and Install

Todo

  1. Add command-line processing
  2. Export to *.png files
  3. Template image: provide a template image and placement information and the puzzle will be placed in the template
  4. Compile to an exe

About

Builds sudoku puzzle images in bulk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages