#I need help with making a generator code
1 messages · Page 1 of 1 (latest)
i've never used chatgpt before and only know a tiny bit of python and javascript and was thinking of using one of the bots on this server
i wanted to make an image manip library in python where the images are keyed to certain texts, and that there wouldn't be repeats
to quote someone in a different server: "i imagine you can combine template images into a classpect outfit using some image manip library in python aside from that you just need to make a loop wherein you choose a random class and aspect from some lists, combine them into a tuple, then append the tuple to a certain list, unless its already in it, and then you do whatever you want with that list of classpects"
(yes this is for a nerdy homestuck thing)
I've never used the bots here to generate code. Give it a try with a very basic prompt and see how it works.
ok
it does but i dont think im being specific enough w/my prompts
ive been trying to install pip and pillow into python (3.6.2 bc im on an old laptop from 2013) and i keep getting syntax errors
well i got it so that the two lists generate random values but i need to still assign images to said values and so on...