Skip to content

absurdity9/txt-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TXT to CSV Converter

A simple Python script that converts text files to CSV format.

How it Works

The script automatically:

  1. Reads all .txt files from the input directory
  2. Converts each file to CSV format
  3. Saves the converted files in the output directory with timestamps

Usage

  1. Place your .txt files in the input directory
  2. Run the script:
    python script.py
  3. Find your converted files in the output directory

Each output file will be named in the format: original-name_YYYYMMDD_HHMMSS.csv

Requirements

  • Python
  • pandas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages