I was looking for a way to make curses not wait on input, you answered this great. Much Appreciated!
@PulpFreePress2 жыл бұрын
Nice video Tim! Especially the part about avoiding key entry delay.
@деньдобрый-х2ъ3 жыл бұрын
Thanks, Tim! Your tutorials are very helpful
@havenisse2009 Жыл бұрын
Thanks! It would be interesting to make a pinyin input using a pinyin-character lookup SQLite table, so that typing wo3, or wô would get you a selection of characters maching that pinyin. Select the right one, and it would be added to the finaly input.
@johnnytoobad77853 жыл бұрын
I curse the day I ever did character based UI programming !
@g6h48 Жыл бұрын
hello, nice video but I have a question. On the textbox if I want to have more text but the textbox ends is there a way to make additional space (like scroll and have more space to write). If you dont understand I am asking how to make a text editor with the curses module.
@casperdewith Жыл бұрын
18:08 No! This is a bad solution. You must fix this at the textbox level; not at the output level. Suppose you put in an intentional newline? Then it is gone.
@netsprogramstudio3 жыл бұрын
good explanation and tutorial ...
@ebiscaia9 ай бұрын
Hi, Tim. You may know how to do this. I would like to cycle around multiple textboxes and when I press a key, I would go to the next step of the program. I can cycle around them, but then I have no way to stop it. Thanks
@anirudhunleashes84973 жыл бұрын
Hello sir.. Thanks for helping me a lot of times.
@christopherhorn52742 жыл бұрын
bash also uses emacs-like key commands unless you set it up otherwise.
@parker77212 жыл бұрын
Hi Tim. Is there any way I can display instead of the text input from the user, the * character (something like a password type).
@YotamBarakJAB2711043 жыл бұрын
Thank you!
@lvlv6933 жыл бұрын
ah yes, **python curses**
@mr_mini_master95413 жыл бұрын
Probably monks?
@martinjanezic85042 жыл бұрын
Really cool video. I only had problems while trying to get the textbox library. Tried many things like manual instalation and if I try to fix that problem a new one arrives or doesn't sole the issue. If anyone had the same problem, tell me if and how you fixed it! Thank you
@malickngandu39713 жыл бұрын
Hi Tim my code is keep showing this Errer ''UnboundLocalError: local variable 'X' referenced before assignment '' but I did every like yours
@innstikk Жыл бұрын
Nice videos. My problem is that unicode input doesn't work (only pure ascii). How can one do this?
@philtoa334 Жыл бұрын
Nice.
@AnikulapoOlawale3 жыл бұрын
Thank you for your amazing videos, I don't know if you notice it, the spelling of courses is wrong, or is it intentional? If it is, my apologies.
@CubeRiser3 жыл бұрын
He is teaching a python module named curses, so it isn't wrong, it isn't meant to be courses.
@AnikulapoOlawale3 жыл бұрын
@@CubeRiser Okay, I am sorry for the misconception, thank you for the response.
@sayori39392 жыл бұрын
@@AnikulapoOlawale tsk tsk tsk
@Aeternus0073 жыл бұрын
hey tim, could you do a renpy tutorial? i would really appreciate it!!
@MathidiotPlays3 жыл бұрын
Instructions unclear. I tamed a python to aggressively swear all the time.
@sayori39392 жыл бұрын
I think i leaked from laughing 😂😅😅
@watwillwedonext3 жыл бұрын
i like the curse
@saisavit29263 жыл бұрын
Hi, I'm getting an error that I'm not able to fix... can someone help? ERROR :-- stdscr.addstr(y, x, "0") _curses.error: addwstr() returned ERR
@CubeRiser3 жыл бұрын
you went too far up or down or any direction, this is told in the video as well that when you do this you get an error
@Staninna3 жыл бұрын
it is because it is addstr() not addwstr()
@AbhishekYadav-ni5ts3 жыл бұрын
Bhai please make tutorial on tkinter please..
@ysgurjar Жыл бұрын
My friend, you have saved me what I could not solve from last 10 hrs. God bless you. I was hung up on stdscr.nodelay(True)
@otiopo74593 жыл бұрын
cool
@valdavid182911 ай бұрын
ctrl + g(etoutta’ere)
@johnniegilkerson47243 жыл бұрын
How do you get the cursive f in stdscr.addstr(5, 5 f"Key: {key}")?
@TheLordoftheDarkness2 жыл бұрын
His text editor does that. I think he's using sublime text (not sure).
@natyacodes3 жыл бұрын
tim will pin this
@energy-tunes2 жыл бұрын
this module is unexpectedly "low" level for python. i feel like im coding in an actual programming language when i use it.
@chersymale2 жыл бұрын
python IS an actual programming language lol
@abcedariumu80332 жыл бұрын
Bitch what, this is so abstracted it hurts. What are you on?