New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

suko

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

suko

Suko is a popular logic-based number-placement puzzle where the objective is to fill a 3x3 grid with digits that compose the grid (often called regions or boxes) contain all of the digits from 1 to 9 without repetition; this generator is able to generate a complete suko item with random digits, sums and color patterns

  • 0.7
  • PyPI
  • Socket score

Maintainers
1

suko

Suko (a modified Sudoku game) is a popular logic-based number-placement puzzle where the objective is to fill a 3x3 grid with digits that compose the grid (often called regions or boxes) contain all of the digits from 1 to 9 without repetition.

Base position:

123
456
789

Present as array: [1, 2, 3, 4, 5, 6, 7, 8, 9]

This generator is able to generate a random pattern (digits) with sums and color hints.

install via pip:

pip install suko

check user manual:

suko -h

execute generator:

suko g
output example

Random Pattern (Answer): [8, 2, 3, 6, 7, 9, 5, 1, 4]

Sums: [23, 21, 19, 21]

Color Range (Green, Orange, Yellow): (2, 4, 3)

Color Pattern: [2, 7, 5, 9, 1, 3, 4, 8, 6]

Green : 7

Orange: 22

Yellow: 16

how to read the output above

Random pattern as possible answer (or seed):

823
679
514

Color pattern filled as:

OGO
YOY
GYO
full review mode:
suko f
play mode (hidden seed):
suko p

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc