Relative Content

Tag Archive for pythoncursespython-curses

The curses screen isnt looking as expected

So I was working on my ubuntu a week ago and made this simple python curses window that shows all of the files. The end result is expected to be a console file manager. The problem begins when I booted up and entered my arch as the ubuntu was temporery. Once I booted up my arch, I configured it and I was ready to start with the coding. Once I started to code I first wanted to run the code to see if everything runs smoothly, but to my shock it all was weird the whole screen aka terminal was white the curses window, the text and everything else it was super weird(all grey without any of the text or anything else) and I dont understand why.

How do I find the Curses Module

How do I find the “curses” module for python? I cannot find it anywhere and whatever I tried I could not obtain any useful results or information, I also checked in visual studio code extensions and found nothing.