I recently came across this website. In the implore bar, if you type "/" and then some random letters, it will look like you are not typing that and are instead typing "Sam says sweet sounds".
I am currently using Python3, and I wonder if that's possible if I run it in VS Code? Could I possibly replace user input letters with other letters that are not what the entered letters so that if someone else looked, they would think that I'm typing something different? (if that makes sense)
What I have tried before:
Using the package getpass
and then printing out letters, but then it prints out the letters in a whole new line, and not in the format user input usually looks like (it's darker than user input and bolder I think?)
Is there a specific package for this or something of the like? Thank you for any help!! Any advice would be greatly appreciated, and if I'm missing anything please let me know!
By the way, this is not the same problem as mine.