#๐ Problem producing multiple files with different names for a "Bingo card producer"
16 messages ยท Page 1 of 1 (latest)
@fervent crow
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
@fervent crow I salvaged your message:
I work in a makerspace at my college campus where my boss is having me teach myself python. He recently made this code and is having trouble getting the program to produce more than 1 bingo card at a time without quitting. I am new to python and taught myself through textbooks, so I am really unsure of how to approach this issue. The program creates an image-based bingo card from a pool of images in a file called images, then standardizes the images to a specific size, then randomizes them and puts them in a 5x5 grid for a 'bingo' card. He has it working fine up until he tries to call for it to produce multiple bingo cards and put them in the same file with different names (i.e. bingo_a, bingo_b, bingo_c...) He suggested I ask here what to do, so I am. Let me know if you need more information and I will provide it, I don't have a ton of time before I am off work, but I will try to keep up with responses if they come through. Thanks in advance for any help anyone can offer.
Here is your original message.... fashoomp beat me to it
okay let me work on pasting the code into that paste thing it might take me a second
let me run it and get the error code real quick too, i only have vs code on my laptop and im on my work computer for discord
well dang it I cant run the file without the images and stuff, Im gonna have to ask my boss for the error message he got so that i can send it to yall, I will have to return in a few days with that.
thank you, at least i know how to ask for help now
how do i close this problem myself?
!close
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
๐ Problem producing multiple files with different names for a "Bingo card producer"