Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 934 Bytes

File metadata and controls

17 lines (15 loc) · 934 Bytes

Name of your tool

A simple Python tool to clean up txt_files by removing duplicate lines while preserving the order. The tool removes duplicate lines within the txt_file and saves the cleaned result to a new txt_file.

Features

  1. Removes duplicate lines within a txt_file to create a clean, organized version
  2. Preserves the original line order while filtering out duplicates

How to install and run

  1. Fork the repo by clicking the fork logo on the top right
  2. Clone the repo git clone [email protected]:AseanK/beginner-python-tools-and-games.git
  3. Head to the remove_duplicates folder
  4. Run the file using python command python main.py <input_file> <output_file>