Skip to content

Commit 3588e79

Browse files
authored
Merge pull request #5 from shloktech/dev
documentation enhancements and restructuring
2 parents 278dad4 + 37f1cd2 commit 3588e79

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

Readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,16 @@ You can install the required libraries using pip:
3131
```bash
3232
pip install markdown python-docx beautifulsoup4
3333
```
34-
## Why repo and not others ?
34+
35+
To run the sample files follow the below steps:
36+
37+
```bash
38+
python markdown_to_word_converter.py
39+
Enter the path to the Markdown file (e.g., README.md): ..\sample_files\amazon_case_study.md
40+
Enter the path for the output Word file (e.g., README.docx): ..\sample_files\amazon_case_study.docx
41+
```
42+
43+
## Why this repo and not others ?
3544

3645
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:
3746

File renamed without changes.

0 commit comments

Comments
 (0)