#๐ How to run code in terminal Pycharm
33 messages ยท Page 1 of 1 (latest)
@floral harbor
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
I want it in a terminal not this
You want it to open a new terminal window?
Yes
You can detach that bottom terminal by clicking one of the options inside the terminal pane. I don't know which one though because you're using the new layout.
When I get back to my desktop, I'll look at my Pycharm window and shown you where it is in the old layout.
The onlt reason i need it to work in the cmd is becuse it cant overwrite text anywere eslse
Oh, are you using ncurses?
A library for writing for netted text.
It uses ANSI to make working with the codes easier.
in your run configuration you can enable that, and it somewhat works
Yes that works
Thanks
I dont know what that is
i just use this
A typo. I meant "formatted".
Ya, it handles stuff like that for you.
If you've already written all that, I don't know if switching to it would be worth it at this point, but it's worth looking into for your next project.
Thats good its just has to work on my school computers becuse i can only use what modules are alreay intalled
It should be available since it's a part of the standard library.
I forgot it's actually just "curses". "ncurses" is for a different language.
ModuleNotFoundError: No module named '_curses'
on windows.
(when importing curses)
I think you'd need to install something from pip to actually get it
Hmm, I swear I've used it on Windows before. I must have installed something then.
versions are available for Windows, DOS, and possibly other systems as well.
Ok, nvm then if you can't include external dependencies.
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.