This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from docx import Document | |
from docx.shared import Inches | |
document = Document() | |
document.add_heading('Document Title', 0) | |
p = document.add_paragraph('A plain paragraph having some ') | |
p.add_run('bold').bold = True | |
p.add_run(' and some ') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"messages": [ | |
{ | |
"id": "86eb89a6-efc0-544f-ae36-db245fc4baa4", | |
"name": "URL", | |
"message": "https://kama.ws", | |
"channel": "default" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Response> | |
<Speak language="ru-RU" voice="WOMAN"> | |
Добро пожаловать в конференцию управления билетных решений, Департамента транспорта города Москвы. | |
</Speak> | |
<Conference record="true" waitSound="http://kamazoy.uk/wp-content/uploads/2013/03/010.wav">Sample_Room</Conference> | |
</Response> |
NewerOlder