marianodoc


Namemarianodoc JSON
Version 1.0.13 PyPI version JSON
download
home_page
SummaryProduce WORD and PDF files with great ease, examples provided on import
upload_time2023-12-14 09:35:00
maintainer
docs_urlNone
authorMariano Rico
requires_python
license
keywords ms word pdf word
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            With Mariano Doc, its easy to insert lines of texts into a WORD or PDF file. <br>Allows for different color font color and sizes. <br>For Word files only there is options for Headings sizes and listing items with bullets.<br><br>Sample Code:<br><br>import marianodoc as md <br>doc=md.new_doc()<br>doc.insert_line("sample line1")<br>doc.insert_line("sample line2")<br>doc.insert_line("sample line3")<br>doc.createPDFFile("some_name.pdf")<br>doc.createWordFile("some_name.docx")<br><br><br><br>Note there are more features such as headings color fonts,highlighting, for more detail<br>doc.show_example1()<br>doc.show_example2()<br><br>If you like this library checkout my other library "MarianoInput" for getting user input<br><a href="https://pypi.org/project/marianoinput/">MarianoInput</a><br><br>For help or feedback email marianoricoPy@gmail.com


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "marianodoc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "MS WORD,PDF,Word",
    "author": "Mariano Rico",
    "author_email": "<marianoricoPy@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "With Mariano Doc, its easy to insert lines of texts into a WORD or PDF file. <br>Allows for different color font color and sizes. <br>For Word files only there is options for Headings sizes and listing items with bullets.<br><br>Sample Code:<br><br>import marianodoc as md <br>doc=md.new_doc()<br>doc.insert_line(\"sample line1\")<br>doc.insert_line(\"sample line2\")<br>doc.insert_line(\"sample line3\")<br>doc.createPDFFile(\"some_name.pdf\")<br>doc.createWordFile(\"some_name.docx\")<br><br><br><br>Note there are more features such as headings color fonts,highlighting, for more detail<br>doc.show_example1()<br>doc.show_example2()<br><br>If you like this library checkout my other library \"MarianoInput\" for getting user input<br><a href=\"https://pypi.org/project/marianoinput/\">MarianoInput</a><br><br>For help or feedback email marianoricoPy@gmail.com\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Produce WORD and PDF files with great ease, examples provided on import",
    "version": "1.0.13",
    "project_urls": null,
    "split_keywords": [
        "ms word",
        "pdf",
        "word"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7f484f829f1430f12bedb8e61b42422689ed18efa021689b6bc9c10ebb7c4ad",
                "md5": "747b082b872d15a484ee00d2aeaff208",
                "sha256": "c277eca2eab93bc465d90885b83a188a7be545f1316335169b3afa5325ccde27"
            },
            "downloads": -1,
            "filename": "marianodoc-1.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "747b082b872d15a484ee00d2aeaff208",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12150,
            "upload_time": "2023-12-14T09:35:00",
            "upload_time_iso_8601": "2023-12-14T09:35:00.280072Z",
            "url": "https://files.pythonhosted.org/packages/d7/f4/84f829f1430f12bedb8e61b42422689ed18efa021689b6bc9c10ebb7c4ad/marianodoc-1.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-14 09:35:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "marianodoc"
}
        
Elapsed time: 0.15441s