I made a terminal in Scratch. It has a text screen and a prompt where you can enter commands and run them. At the moment it only supports two commands, help and date. I see it mainly as a foundation for creating command-line applications (and as a demonstration of what I can do), rather than as a finished program.
The program was created using the scratchgen library. Here is the Python source code: scratch_terminal.py. Here is the generated project: scratch_terminal.sb3. And here is the Scratch project, ready to try: https://scratch.mit.edu/projects/1332400407/.
Zrobiłem terminal w scratchu. Czyli taki program, że masz ekran z tekstem, prompt, możesz wpisywać polecenia i one sie wykonują. Na razie są tu tylko dwa polecenia - help i date - bo traktuję to raczej jako bazę do robienia różnych programów z interfejsem command line (oraz popis, że umiem), a nie gotowy program.
Program zrobiłem przy użyciu biblioteki scratchgen. Oto źródło w Pythonie: scratch_terminal.py. Oto zbudowany projekt: scratch_terminal.sb3. Oto projekt na stronie Scratcha gotowy do pobawienia się: https://scratch.mit.edu/projects/1332400407/.