Skip to content

Python script to create .docx files from a text with HTML-like tags.

Notifications You must be signed in to change notification settings

MehmetSecgin/Docx-From-Text-With-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python script to create .docx files from a text with html-like notations.

Unfortunately this script was written in Turkish.

Just like the <> tags in html, this program uses %% tags. Everythin you put in between %BA% tags, will be written as a title in the document.

%BA% for Title

  • %BA% Title %BA%

%LN% for numbered lists

  • %LN% First Element %LN%

And so on.

About

Python script to create .docx files from a text with HTML-like tags.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages