It's consists of terminal based 2
Python
applications for file handling and writing to it. File names are static as given below being part of output mentioned in the problem.
Task 1 - A python 3 program that Read a File (
sample.txt
) and Handle Errors, in case file not present. Also it asks user to programatically create the file with namesample.txt
if user doesn't want to create it manually through file explorer
Task 2 - Write and Append Data to a File name
output.txt
through user input. It programetically creates the file if not exist without bothering user to create it through file explorer.
-
If you wish to run the project locally, please do the following:
-
Clone the repository to your local machine.
git clone https://github.com/RitobrotoMukherjee/paython-file-system-module.git
cd paython-file-system-module
python -u [TASK_NAME.py]
- Python 3.* needs to be installed in system.
- Basic Terminal knowledge is required.
👤 Ritobroto Mukherjee
- GitHub: @RitobrotoMukherjee
- Twitter: @RitobrotoM3
- LinkedIn: Ritobroto Mukherjee
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!