Skip to content

JeremyMorgan/Word-to-Markdown-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word To Markdown

WordToMarkdown is a Python project that converts Word documents to Markdown format. This tool is designed to simplify the process of transforming Word documents into a more web-friendly Markdown format.

Features

  • Convert Word documents (.docx) to Markdown (.md)
  • Preserve formatting such as headings, lists, and links
  • Easy to use command-line interface

Installation

To install WordToMarkdown, you need to have Python installed on your machine. You can install the required dependencies using pip.

pip install -r requirements.txt

Usage

To convert a Word document to Markdown, use the following command:

python word_to_markdown.py input.docx output.md

Replace input.docx with the path to your Word document and output.md with the desired output path for the Markdown file.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Create a new Pull Request

License

This project is licensed under the Creative Commons License. Do whatever you want with it. See the LICENSE file for details.

Contact

For any questions or suggestions, please open an issue or contact the project maintainer.

About

Python script to turn Word documents into Markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages