Table of Contents
About The Project
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
Built With
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
- Clone the repo
git clone https://github.com/KingOfTNT10/WordSearchPuzzleGenerator
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 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
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).
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!
- 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
Contact
Your Name - [email protected]
Project Link: https://github.com/KingOfTNT10/WordSearchPuzzleGenerator
Thanks
- Thank you PySimpleGUi For An Amazing Library And Support!