Logo

Word Search Puzzle Generator

Table of Contents
  1. About The Project

  2. Getting Started

  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact

About The Project

About WSPG

I started this project because belive it or not in school we had an assignment to do a search word puzzle but
I didn’t know if theres diagnoals in the puzzle so i was a bit frustrated, So I asked myself: “Can I maybe make something like this? maybe better?”
Well first of all I hope i was right and it’s better and second it wasn’t easy, not at all… But I learnt a lot from that project
for example working with images, Gui (PySimpleGui), Algorithms, etc.
and I’m very greatful for that

(back to top)

Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • pywin32

    pip install pywin32
  • Pillow / PIL

    pip install Pillow
  • PySimpleGui

    pip install PySimpleGui
  • PyQt5

    pip install PyQt5
  • textwrap

    pip install textwrap3

Installation

  1. Clone the repo

    git clone https://github.com/KingOfTNT10/WordSearchPuzzleGenerator

(back to top)

Usage

To run the software you need to run the GUI file (WordSearchPuzzleGUI.py)
then you can edit all the options that relate to the puzzle
image
And then you have the next options

  • Save – Save the image as a PNG/JPG
  • Copy – Copy image to clipboard
  • Print – Print image in a printer
  • Save config – saves all settings in a configuration file

The image looks like this:
Untitled

(back to top)

Roadmap

  • Playable With Computer
  • Mark first word
  • Changable font
  • More options for GUI
    • Changable theme
    • General options

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”.
Don’t forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Your Name – [email protected]

Project Link: https://github.com/KingOfTNT10/WordSearchPuzzleGenerator

(back to top)

Thanks

GitHub