Skip to content

Latest commit

 

History

History
 
 

remove_duplicates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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>