Skip to content

n-shevko/utils

Repository files navigation

What it does

  1. Accepts all changes (aka revisions) in document margins of docx file. Microsoft Word displays formatting and deletion changes in the margins. Located on tab "Margin revisions acceptor"
  2. Recovers EndNote (commercial software) citations that were broken inside docx file. Located on tab "Citations recovering"
  3. Script Cleaner Located on tab "Script cleaner"

How to install it

  1. Install docker

Mac https://docs.docker.com/desktop/install/mac-install/

Windows https://docs.docker.com/desktop/install/windows-install/

Linux https://docs.docker.com/desktop/install/linux-install/

  1. Clone repository
git clone https://github.com/n-shevko/utils.git

Usage

cd utils
python3 run.py

When the following line will be shown

Listening on TCP address 0.0.0.0:8000

Open web browser and go to http://127.0.0.1:8000/

To stop service just press Control+C

Also you can change port that app will use

python3 run.py --port 3000

The app works without Internet.

By default user home folder will be available for files selection. If you need other folder to be available you should run application using the command like this:

cd utils
python3 run.py /path/to/folder/that/app/will/see

About

Various tools to work with word files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors