From f0c430895f993af117e17beef1d0c19e516e11d1 Mon Sep 17 00:00:00 2001 From: "Al.exe" <77492646+AlexeyLepov@users.noreply.github.com> Date: Fri, 14 Apr 2023 01:41:07 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index faf4fde..67439cb 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,13 @@ ReEnumerator ![Repo](https://img.shields.io/github/repo-size/AlexeyLepov/ReEnumerator?style=for-the-badge) ![LastCommint](https://img.shields.io/github/last-commit/AlexeyLepov/ReEnumerator?style=for-the-badge) -This code reads the contents of a text file called 'file_input.txt', adds a four-digit index number to the beginning of each line (that can be changed), and then writes the modified lines back to the same file, overwriting the original contents. +This console app reads the contents of a text file called `file_input.txt`, adds a four-digit index number to the beginning of each line (that formatting can be changed), and then writes the modified lines to the `file_output.txt` file. + +There is also a module, `delete_empty_lines.py`, for deleting blank lines; consider running it before executing the `main.py` module, or else the enumeration will break. ![readme_img](https://user-images.githubusercontent.com/77492646/231809951-9093e722-9c97-4483-9bf9-018a956bf7bc.png) + Customizable options =======================================================================