Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » scratchattach - A Scratch API wrapper | v1.0 released (Python)
- Funtoot_BG
-
3 posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
I found that pip install scratchattach doesn't work for me, so if you have that problem then try py -m pip install scratchattach.
- MagicCrayon9342
-
1000+ posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
What OS do you use? on Windows, pip is in path by default. As with linux, pip should be installed by default. Same thing with MacOS right? I found that pip install scratchattach doesn't work for me, so if you have that problem then try py -m pip install scratchattach.
Is ScratchDB down? Find out!
- -FreeEngines-
-
100+ posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
no, pip isnt installed on windows lolWhat OS do you use? on Windows, pip is in path by default. As with linux, pip should be installed by default. Same thing with MacOS right? I found that pip install scratchattach doesn't work for me, so if you have that problem then try py -m pip install scratchattach.
- MagicCrayon9342
-
1000+ posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
Not by default, should of phrased that better. The Python installer installs pip as well, and adds it to the PATH.no, pip isnt installed on windows lolWhat OS do you use? on Windows, pip is in path by default. As with linux, pip should be installed by default. Same thing with MacOS right? I found that pip install scratchattach doesn't work for me, so if you have that problem then try py -m pip install scratchattach.
Is ScratchDB down? Find out!
- TimMcCool
-
100+ posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
BUG:Fixed, sorry for the inconvenience. Update scratchattach.
In every comment function you use:It should be:if len(response) != 40: break(or something like this - response is not defined)if len(r) == 0: break
Please change this!
My profile / Mein Profil: @TimMcCool
- Pikurin
-
10 posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
Sometimes the event that is called when a cloud variable changes does not respond.
- Pikurin
-
10 posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
Well … what should I do?Sometimes the event that is called when a cloud variable changes does not respond.
It does, it just shuts off after a while. Really hurts my brain.
- Loganmcc04
-
95 posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
wish I had python https://replit.com/ contains Python online.
Last edited by Loganmcc04 (May 31, 2022 08:52:39)
- Game_Deluxe_Studios
-
1 post
scratchattach - A Scratch API wrapper | v1.0 released (Python)
All of these are good possibilities

- -FreeEngines-
-
100+ posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
install it? wish I had python
- smokescreenx5
-
6 posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
when green flag clicked
show variable [ messages]

- WhatijStudios
-
52 posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
print(“Hello I am also learning python”)
Python_is_cool = eval(input(“Do you think python is a cool computer language?”))
If Python = eval(yes) :
print(“Nice you may learn Python if you didin't do that already”)
else :
print(“Oh >
that's a bad choice Python is very nice to learn”)
print(“Anyway, signed by @WhatijStudios”)
Python_is_cool = eval(input(“Do you think python is a cool computer language?”))
If Python = eval(yes) :
print(“Nice you may learn Python if you didin't do that already”)
else :
print(“Oh >

print(“Anyway, signed by @WhatijStudios”)
- MagicCrayon9342
-
1000+ posts
scratchattach - A Scratch API wrapper | v1.0 released (Python)
Use code tags print(“Hello I am also learning python”)
Python_is_cool = eval(input(“Do you think python is a cool computer language?”))
If Python = eval(yes) :
print(“Nice you may learn Python if you didin't do that already”)
else :
print(“Oh >that's a bad choice Python is very nice to learn”)
print(“Anyway, signed by @WhatijStudios”)
[code language] # example code print("Hello, World!") [/code]
Is ScratchDB down? Find out!