Skip to content

Generate custom `.oxt` dictionary files to be used in PDFxchange or Openoffice

License

Notifications You must be signed in to change notification settings

rpakishore/oxt-custom_dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

Generates `.oxt` file for openoffice extensions and PDFxchange spellchecks


GitHub commit activity GitHub last commit PyPI PyPI - Format PyPI - License

Table of Contents

1. About the Project

1.1. Screenshots

screenshot

1.2. Features

  • Generate .oxt files for use with openoffice or PDFxchange.
  • Checks the wordlist for compatibility with popular extensions

2. Getting Started

2.1. Dependencies

The package comes pre-compiled with all the required dependencies, no external dependency will be needed.

2.2. Installation

Create a virtual env and Install from pypi

python -m venv .venv

.venv\Sripts\activate

pip install oxt_generator

3. Usage

Activate the virtual environment and call oxt_generator

.venv\Scripts\activate

oxt_generator --help

To create a new oxt file

oxt_generator <"Path\to\wordlist.txt"> --filename <custom_filename>

where,

  • Path\to\wordlist.txt refers to the file location of the wordlist to be added
  • custom_filename refers to the filename for the oxt file. The final file will be named en_US_custom_filename.oxt

Roadmap

  • Pending Tests

4. License

See LICENSE.txt for more information.

5. Contact

Arun Kishore - @rpakishore

Project Link: https://github.com/rpakishore/oxt-custom_dict

6. Acknowledgements

Use this section to mention useful resources and libraries that you have used in your projects.

About

Generate custom `.oxt` dictionary files to be used in PDFxchange or Openoffice

Topics

Resources

License

Stars

Watchers

Forks

Languages