Skip to content

goodboyben/crosswordstudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

62 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

header

The modern, privacy-focused and offline crossword generator powered by AI


✨ Why CrosswordStudio?

Most crossword makers are either expensive subscriptions or clunky websites filled with ads. CrosswordStudio is different:

  • 0% Cloud Storage: Your puzzles are saved directly to your hard drive (/Puzzles folder).
  • 100% Portable: It's a single .exe file with no installation and can be run from a USB drive.
  • Smart AI: Bring your own free Google AI API key for unlimited smart generation.
  • Print Ready: Export vector-perfect PDFs that never get cut off.

545807423-7fd3f290-aaad-47f9-a5a4-26404dc75784

πŸš€ Quick Start

  1. Download the latest CrosswordStudio.zip from the Releases tab.
  2. Extract the contents of the .zip file (CrosswordStudio.exe and the Puzzles folder) to a local directory where you have full read/write permissions (C:\CrosswordStudio is recommended) to ensure the application runs correctly without requiring administrative privileges.
  3. Run CrosswordStudio.exe. A browser window will open automatically.

Note: The HTML can be accessed at https://goodboyben.github.io/crosswordstudio. Please be aware that while using the hosted page, the local auto-save will not function. This site is intended to be a preview and to allow for access on mobile devices. This is not the full, intended application.

πŸ› οΈ Features

  • AI Construction: Type "Ocean life" and get a full puzzle in seconds.
  • Brute Force Optimizer: Algorithms ensure maximum word interlock.
  • Local Auto-Save: Never lose work. Versions saved as Puzzle (1).json, Puzzle (2).json.
  • Glassmorphism UI: A beautiful, modern interface with Dark Mode support (quadruple-click the background anywhere for dark mode).
  • Play: Fill in the crossword puzzle digitally within the application.
  • Export: Save as PNG image or Print-ready PDF.

πŸ”’ Privacy Note

This application runs a local Python server on your machine.

  • Your Data: Stored locally in ./Puzzles.
  • Your API Key: Stored locally in your browser's localStorage.
  • No Telemetry: No data is sent to the developer.

πŸ“¦ For Developers (Building from Source)

If you prefer to run the raw Python script or build the EXE yourself:

# 1. Install PyInstaller
pip install pyinstaller

# 2. Build the silent executable
python -m PyInstaller --noconsole --onefile --name "CrosswordStudio" --add-data "CrosswordStudio.html;." --icon "CrosswordStudio.ico" server.py

πŸ–ΌοΈ Photo Gallery

πŸ€– Generate anything with AI

Screenshot 2026-02-04 152146

⚑ Lightning-fast, advanced algorithms ensure maximum word cross-overs (for more fun!)

Screenshot_20260203_230659_Edge

The 50 States of America CrosswordStudio

πŸ” Regenerate the layout as many times as you'd like

Example 2

The 50 States of America CrosswordStudio(2)

Example 3

The 50 States of America CrosswordStudio(1)

πŸ“„ View, print, or download the answer sheet

The 50 States of America CrosswordStudio Solution

πŸ–¨οΈ Get PDFs with or without answers

Puzzle

Screenshot 2026-02-04 152734

Answer key

Screenshot 2026-02-04 152711

πŸ–ΌοΈ PNGs and PDFs both come in HD

PNG (HD)

Screenshot 2026-02-04 152904

PDF (UHD)

Screenshot 2026-02-04 152802

✏️ Edit whatever the AI gives you

Screenshot 2026-02-04 153150

πŸ’Ύ Never forget to save unsaved work

Screenshot 2026-02-04 153213

πŸ“ Find all of your auto-saved puzzles named and ready in the Puzzles folder

Screenshot 2026-02-05 151724

🧩 Solve the puzzle digitally

Screenshot 2026-02-04 152351 Screenshot 2026-02-04 152604

βœ… Check your answers

Screenshot 2026-02-04 153047 Screenshot 2026-02-04 152955

πŸŒ™ Dark Mode

Screenshot 2026-02-05 154120


CrosswordStudio

Created by Goodboyben and the power of Gemini 3 Pro

About

The modern, privacy-focused and offline crossword generator powered by AI

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors