Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 451 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 451 Bytes

Word-Finder

This project will deal with finding specfic words in a text file. The format to run would be "python main.py {word to find}"

The project deals with using ansi colours by using escape codes and colours. So all the lines contatining that word would be printed with that specific word highlighted in red.

Example: python main.py jim

Screenshot 2024-05-17 at 9.00.48 PM.png