pfalcon / picotui

Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.
https://github.com/pfalcon/pycopy
MIT License
811 stars 70 forks source link

WPasswordEntry widget #67

Closed timeopochin closed 3 years ago

timeopochin commented 3 years ago

Adds WPasswordEntry, a text entry widget that hides the typed text replacing it with ****

timeopochin commented 3 years ago

No problem, I'm new to contributing, this is the first pull request I've ever done, I'll make those changes :) great project by the way, and looking forwards to 1.4/2.0

timeopochin commented 3 years ago

I've made the changes, hope this is right :)

pfalcon commented 3 years ago

Thanks for updates! I actually also meant update to commit message format to following existing format, but I did that myself. And while looking closer at it, I figured WPasswordEntry is to long, and shortened it to WPasswdEntry.

Merged with the above changes, thanks for the contribution!

timeopochin commented 3 years ago

Great, I'm glad I was able to contribute, I've found some bugs with the WTextEntry and WMultiEntry, whist testing it, I will open separate issues/fixing pull requests when I get the time :)