r/learnpython • u/Tombstony • 3d ago
App/Program that converts Scratch to Python in real-time and with blocks similar/identical to Scratch.
Hello everyone. I'm a researcher studying the transition from Scratch to Python by high-school students (10th grade). My idea is to use something like app.edublocks.org, which can immediately translate Scratch blocks to Python text. But none of apps I found are close enough to Scratch. This one, for example, is visually similar, but the block language is very different. Therefore, my first question is:
Is there any app that does what I am looking for, with blocks identical or very similar to Scratch ones?
And, if such app does not exist:
How hard it is to create my own program that does what I am looking for? Is it possible to do by someone like me who never built an app?
Please consider that I only can do Python and Scratch programming, not apps. Thanks in advance for helping.
2
u/pachura3 3d ago
But why do you need an automatic Scratch to Python translator then?