Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Name of your tool

A simple Python tool to clean up txt, CSV, JSON, xlsx, xml files by removing duplicate lines while preserving the order. The tool removes duplicate lines within the file and saves to new file.

Features

  1. Removes duplicate lines within a txt, CSV, JSON, xlsx, xml 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 git@github.com:AseanK/beginner-python-tools-and-games.git
  3. Head to the remove_duplicates folder
  4. Run the file using python command python main_gui.py