10000 GitHub - PabloLP97/TranslationsFormatter: TranslationsFormatter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PabloLP97/TranslationsFormatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TranslationsFormatter

Instalation

pip3 install -r requirements.txt

Usage

Use

python3 main.py file_name.xlsx
or
python3 main.py file_name.xlsx prefix

Where

file_name.xlsx is the excel file to format

prefix is the prefix text to check (and replaces default value when passed)

Extra: easy use with alias

Add new alias

Edit the file ~/.zshrc

Add a new alias with your favourite name

alias translations='python3 /Full/Path/to/main.py $1

Example

alias tradus='python3 /Users/pablolp/Documents/GitHub/TranslationsFormatter/main.py $1'

Use the alias

Then restart the console, type the alias and drop the file to format in to the terminal window.

translations /Full/Path/to/excel.xlsx

Example

tradus /Users/pablolp/Downloads/Traducciones.xlsx

About

TranslationsFormatter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0