Getting Started with curses in Python | Intro to curses in Python (Part-1)

preview_player
Показать описание
Welcome to the 1st video of my tutorial series on "curses in Python". The curses library supplies a terminal-independent screen-painting and keyboard-handling facility for text-based terminals.
In this video series, learn how to make interactive terminal applications using curses in Python!

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#curses #python #tutorial
Рекомендации по теме
Комментарии
Автор

I didnt realize this is exactly what I needed, I just saw curses in my python Lib folder and thought 'huh I wonder what that is' and found this. Ive been trying to do exactly this but by clearing the terminal and redrawing things over and over. Thanks so much for the tutorial

robertdixon
Автор

I swear indians are the best at explaining things. I learn the same amount of things in a 10 min Indian video as I do in 2 years of school. amazing

KittyKiteX
Автор

Thanks, just what I needed as an introduction to the curses module. Very well presented and looking forward to watching your other contributions.

edmilner
Автор

curses.wrapper(main) is something good to know

sogoodha
Автор

I'm ready to re-make Dwarf Fortress now

supertacticalbacon
Автор

Thanks a lot for this series man. It's the best tutorial on curses. The docs are pretty confusing.

victormwaura
Автор

I haven't watched the full video yet, but so far you explain things in depth yet do not ramble. Fantastic! A very rare accomplishment, and it is much appreciated.

I wish your YouTube channel success.

mattcoakes
Автор

You Just explained, what the official Page could Not. Thanks you very much!

xorben
Автор

😘 this is one of the few unique channels of youtube about python

sajjadhossan
Автор

The presentation and delivery was awesome.

BronzeBagel
Автор

This is so good!!!! Keep up with the good work! You have my sub. Thank you very much.

martinnieva
Автор

I am getting 'command not found' on terminal when I press enter after typing my file name.
Furthermore, there is an error "curses.endwin () returned ERR" Which is not there when I do not use ().
What should be done

surajmondal
Автор

i ran command pip install windows-cursor I am getting the following errors:
ERROR: Could not find a version that satisfies the requirement windows-cursor (from versions: none)
ERROR: No matching distribution found for windows-cursor




I have install pip, even then getting same error. Please help

amrindersingh
Автор

Thank you... got me started easily....

UnleashedCode
Автор

im following along on windows in vs code, and 3:47 pylint is telling me "Module 'curses' has no 'endwin' member" how do i fix this

MisfortuneFeeva
Автор

How do you get curses to run properly in Sublime? It says it cannot find a terminal in the error. Do I have an installation missing?

rvlli
Автор

I think clint does something similar. Is this true?

crypgn
Автор

There is a writing error at 3:15 on the page where it says the pip install command. It says: pip install windows-curseR (not curses)

kb_
Автор

What the name/where can I find your terminal theme, it's so pretty

fennewald
Автор

How can we use the input() function with curses?

stephen