The getpass module in Python doesn't work. It imports properly but user input is still echoed. This isn't super critical but it would make a program I'm working on less ugly.
Or, if you have an alternative way to do it, that would be fine too.
Some context:
I am writing a program that has to do simultaneous input and output, where any input will immediately be output again. (its a chatroom)
I can't just make the input prompt look like the output, because if anything is output while the user is giving input, it will leave an the prompt in place and move
the cursor. There's probably a way to do this with replit.clear, but the replit module is broken with multiple files.
We implemented a line-buffered terminal for performance reasons. That means that you can type a full line without much round-trips to the server. However, I think we should reconsider this and actually implement a proper pty.
Will look into this soon.
@Amjad Masad: it still doesn't work please fix it ASAP
@abdulrahmanmoha: it's in beta. If you go to Account > roles and add "explorer" you will get it.
We'll be rolling it out over the next few weekz
@amasad: thank you it worked. Sorry if the message above wasnt appropiate i write it in a hurry. Also please could you add enchnt library for python. Please add it
Most languages have a real terminal now