With Mariano Doc, its easy to insert lines of texts into a WORD or PDF file.
Allows for different color font color and sizes.
For Word files only there is options for Headings sizes and listing items with bullets.
Sample Code:
import marianodoc as md
doc=md.new_doc()
doc.insert_line("sample line1")
doc.insert_line("sample line2")
doc.insert_line("sample line3")
doc.createPDFFile("some_name.pdf")
doc.createWordFile("some_name.docx")
Note there are more features such as headings color fonts,highlighting, for more detail
doc.show_example1()
doc.show_example2()
If you like this library checkout my other library "MarianoInput" for getting user input
MarianoInput
For help or feedback email marianoricoPy@gmail.com
Release files for marianodoc 1.0.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| marianodoc-1.0.13-py3-none-any.whl | Python 3 | none | any | Details |
Release files / marianodoc-1.0.13-py3-none-any.whl
| Download URL | marianodoc-1.0.13-py3-none-any.whl |
|---|---|
| Size | 12.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c277eca2eab93bc465d90885b83a188a7be545f1316335169b3afa5325ccde27
|
|
BLAKE2b-256 checksum How to use checksums |
d7f484f829f1430f12bedb8e61b42422689ed18efa021689b6bc9c10ebb7c4ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.5
|