076923 / 076923.github.io

Daehee Yun Tech blog
MIT License
22 stars 1 forks source link

posts/Python-tkinter-4/ #17

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Python tkinter 강좌 : 제 4강 - Entry - YUN DAE HEE

Entry(기입창)

https://076923.github.io/posts/Python-tkinter-4/

alice839 commented 1 year ago

기입창 글자수 세는 방법이 있나요?

076923 commented 1 year ago

@alice839 alice839 님 안녕하세요. len() 함수를 사용하시면 텍스트의 수를 확인하실 수 있습니다.

bbyongi commented 1 year ago

Entry 항목에 입력값을 최대 ascii 15글자로 제한하는 방법은 없을까요?