Abdur-rahmaanJ/greenberry

add console window in ide

Closed this issue · 2 comments

code output showed in ide window itself

I don't think if that's possible, because the output is directly printed and not stored as string so it can't be displayed in a new window. And storing text to string every time we print something will take too much additional lines with hardcoding.

actually it's possible, we just have to either capture stdout or return strings in greenBerry.py then print them in the text console