Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
git apologist
Jun 4, 2003

Silver Alicorn posted:

i'm working on a project and I'm doing it in python with curses. seems cool so far. it tells me when the terminal size changes and I can write text to the screen and handle input. I'm not having too much trouble finding documentation/examples.

should I be using some other bullshit? curses is available on the host I'm working with (sdf dot org) and I assume its available on a wide variety of platforms so it seems natural to me.

also is it normal to wrap the write function so it doesn't crash the program every time you accidentally write outside the screen buffer

i used some python cli library i think it was this https://github.com/tiangolo/typer

writing a curses app seems cool maybe i’ll try it

Adbot
ADBOT LOVES YOU

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply