Table of Contents
I started this project because believe it or not in school we had an assignment to do a search word puzzle, but I didn't know if there's diagonals in the puzzle, so I was a bit frustrated, So I asked myself: "I could do that better" Well first I hope I was right and second it wasn't easy, not at all... But I learnt a lot from that project for example working with images etc. and I'm very grateful for that
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.
This is an example of how to list things you need to use the software and how to install them.
- pywin32
pip install pywin32
- webbrowser
pip install webbrowser
- Pillow / PIL
pip install Pillow
- PySimpleGui
pip install PySimpleGui
- PyQt5
pip install PyQt5
- textwrap
pip install textwrap3
- Clone the repo
git clone https://github.com/KingOfTNT10/WordSearchPuzzleGenerator
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 And then you have the next options
- Save
- Copy
- Save config
- Playable With Computer
- Mark first word
- Changeable font
- More options for GUI
- Changeable theme
- General options
See the open issues for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Gmail - KingOfTNT10@gmail.com
Project Link: https://github.com/KingOfTNT10/WordSearchPuzzleGenerator