Skip to content

Mediacom99/xhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XHelper

Simple python script to rename/delete columns with the same name in multiple csv files.

Installation

Binary installation:

pip install git+https://github.com/Mediacom99/xhelper.git

Development installation

It's suggested (not required) to first set up a python virtual environment:

python -m venv <venv-name>
source <venv-name>/bin/activate

Then you can install the development files:

pip install -e git+https://github.com/Mediacom99/xhelper.git#egg=xhelper

Building

First set up an editable installation:

pip install -e .

Then you can modify the code and just call xhelper. To build source code tar and wheel file (for binary) use:

python -m build

Usage

Just use it like this:

xhelper -f folders ...

then follow the onscreen instructions. You can use 'help ' or '? ' to get help.

About

Simple python script to delete/rename columns in multiple excel files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages