gondsm / crossword_generator

A Python-based crossword puzzle generator.
BSD 3-Clause "New" or "Revised" License
66 stars 20 forks source link

Python has stopped working #1

Open BitByteSavvy opened 2 years ago

BitByteSavvy commented 2 years ago

Hey @gondsm , thank you for this wonderful crossword generator. I experienced an error when running the .py file and wondered if you may have insight as to how i can fix this issue.. Your assistance is humbly appreciated. Attached below is the error im getting after i run the code which forces me to close the program before the latex finishes generating.

image

Rocket-007 commented 1 year ago

Screenshot 2022-09-15 11 07 23 AM yahhh am having quite a problem too. did you you get another generator

BitByteSavvy commented 1 year ago

I actually didn't figure it out. I decided to try to work on creating one from scratch. Though your error looks more of a data range error. Try fill in your .txt file with 20 words so as to fit the range of 20 20. Then run again. Let me know if that helps. Regards, Tasha*

On Thu, Sep 15, 2022 at 1:09 PM RockEt @.***> wrote:

[image: Screenshot 2022-09-15 11 07 23 AM] https://user-images.githubusercontent.com/82693254/190377253-d69939e2-f3c6-4531-aa51-b407eb8fa2e8.png yahhh am having quite a problem too. did you you get another generator

— Reply to this email directly, view it on GitHub https://github.com/gondsm/crossword_generator/issues/1#issuecomment-1247885888, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQUPFMHFBIW4JOPL4GJXVUDV6LYVRANCNFSM5UCGXV7A . You are receiving this because you authored the thread.Message ID: @.***>

Rocket-007 commented 1 year ago

-that was quick Yah probably my data was too small. Anyways I later went with the Harvard Crossword CS50’s Introduction to Artificial Intelligence with Python Exercise stuff https://cs50.harvard.edu/ai/2020/projects/3/crossword/ Completed Code here on github: https://github.com/SriAmin/Harvard-CS50-AI-Projects/tree/main/crossword Code worked fine, needed to install Pil(pillow I think) tho unfortunatly it wasn't REALLY what I wanted.

So I found this really simple easier to understand 1 JavaScript file(I can't really look for the link, but I have file(HTML and js file)) that worked excellently(even gave result in a json like format). I will go through that and convert it to the language I am using (GDscript)

BitByteSavvy commented 1 year ago

Sorry for the late reply. Please share with me. I check out the same. I want to be able to run one that I can add code to convert the output to a pdf file. I'll check the complete code and see if it will match what I would want.

Regards, Tasha

On Fri, Sep 16, 2022 at 12:48 AM RockEt @.***> wrote:

-that was quick Yah probably my data was too small. Anyways I later went with the Harvard Crossword CS50’s Introduction to Artificial Intelligence with Python Exercise stuff https://cs50.harvard.edu/ai/2020/projects/3/crossword/ Completed Code here on github: https://github.com/SriAmin/Harvard-CS50-AI-Projects/tree/main/crossword Code worked fine, needed to install Pil(pillow I think) tho unfortunatly it wasn't REALLY what I wanted.

So I found this really simple easier to understand 1 JavaScript file(I can't really look for the link, but I have file(HTML and js file)) that worked excellently(even gave result in a json like format). I will go through that and convert it to the language I am using (GDscript)

— Reply to this email directly, view it on GitHub https://github.com/gondsm/crossword_generator/issues/1#issuecomment-1248666966, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQUPFMCD5CVPTPHYMMTE7E3V6OKRXANCNFSM5UCGXV7A . You are receiving this because you authored the thread.Message ID: @.***>