/private_writer

Write a file without showing it's entire content to the people staring at your screen

Primary LanguagePython

PRIVATE WRITER

Lets you write a text file from console/terminal without letting people staring at your screen see the entire text content. It clears the console after each line entered.

pwriter running

Simply run

python3 pwriter.py filename

or

change the permission to make it an executable file on a MacOS/Linux/BSD systems

chmod +x pwriter.py

then run

./pwriter.py filename

If the file is already present it will append to it, if the file is not present it will create a new one

enter below word on program consoleto save the file and quit program.

CLOSE_FILE