Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to add a bunch of words into a list without using a lot of blocks?
- leGuyW0hasremixs4evr
-
Scratcher
100+ posts
How to add a bunch of words into a list without using a lot of blocks?
I am trying to make wordle.
- -StarGold-
-
Scratcher
500+ posts
How to add a bunch of words into a list without using a lot of blocks?
Please share the link of your project here!
- Spentiline
-
Scratcher
100+ posts
How to add a bunch of words into a list without using a lot of blocks?
You can use the import button to import 5 letter words from a text file.
Last edited by Spentiline (Aug. 22, 2023 22:50:26)
- leGuyW0hasremixs4evr
-
Scratcher
100+ posts
How to add a bunch of words into a list without using a lot of blocks?
You can use the import button to import 5 letter words from a text file.Thank you, btw where is it?
Last edited by leGuyW0hasremixs4evr (Aug. 22, 2023 23:04:12)
- v_speed
-
Scratcher
49 posts
How to add a bunch of words into a list without using a lot of blocks?
Right click the list on the project. (while in editor mode)You can use the import button to import 5 letter words from a text file.Thank you, btw where is it?
- Spentiline
-
Scratcher
100+ posts
How to add a bunch of words into a list without using a lot of blocks?
https://github.com/dwyl/english-words
This list of English words contains 479k words. You may want to use an external program or TurboWarp with miscellaneous limits disabled to delete every item of the list that is not 5 words.
This list of English words contains 479k words. You may want to use an external program or TurboWarp with miscellaneous limits disabled to delete every item of the list that is not 5 words.
- ForeverDebugging
-
Scratcher
16 posts
How to add a bunch of words into a list without using a lot of blocks?
Do you want me to just make you a project with the list? I can try my best to prune the dataset.
- ForeverDebugging
-
Scratcher
16 posts
How to add a bunch of words into a list without using a lot of blocks?
inside is a list with all the 5 letter words in the list given by @Spentiline . https://scratch.mit.edu/projects/885313181/
- ForeverDebugging
-
Scratcher
16 posts
How to add a bunch of words into a list without using a lot of blocks?
WAITWAITWAITWAITWAIT DON'T USE THE ONE I PROVIDED I NEED TO CENSOR THE SWEAR WORDS IN IT
- Ibalh0
-
Scratcher
23 posts
How to add a bunch of words into a list without using a lot of blocks?
I am pretty sure the list allows for upto 99 words or something! I think that would be enough

- leGuyW0hasremixs4evr
-
Scratcher
100+ posts
How to add a bunch of words into a list without using a lot of blocks?
Hello all, i already have the list done. Thanks Spentiline for suggesting i import the words.
Last edited by leGuyW0hasremixs4evr (Aug. 24, 2023 00:32:54)
- Discussion Forums
- » Help with Scripts
-
» How to add a bunch of words into a list without using a lot of blocks?