Skip to content

Commit

Permalink
Merge pull request #5 from shloktech/dev
Browse files Browse the repository at this point in the history
documentation enhancements and restructuring
  • Loading branch information
shloktech authored Aug 11, 2024
2 parents 278dad4 + 37f1cd2 commit 3588e79
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,16 @@ You can install the required libraries using pip:
```bash
pip install markdown python-docx beautifulsoup4
```
## Why repo and not others ?

To run the sample files follow the below steps:

```bash
python markdown_to_word_converter.py
Enter the path to the Markdown file (e.g., README.md): ..\sample_files\amazon_case_study.md
Enter the path for the output Word file (e.g., README.docx): ..\sample_files\amazon_case_study.docx
```

## Why this repo and not others ?

Here are some reasons why this script might be considered better or more suitable for certain use cases compared to other scripts available on the internet:

Expand Down
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit 3588e79

Please sign in to comment.