spreadsheetsmalldemo


Namespreadsheetsmalldemo JSON
Version 0.0.17 PyPI version JSON
download
home_pageNone
SummaryConvert WebElement into pdf
upload_time2024-04-15 21:04:32
maintainerNone
docs_urlNone
authorDaniel Rubens
requires_pythonNone
licenseNone
keywords python rpa robocorp pdf html conversor
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# HTMLConversor

HTMLConversor is a Python class that automates the process of converting sales data from an intranet website to a PDF file. It utilizes the Robot Framework's RPA library for web automation.

## Features

- Log in to the intranet website.
- Download sales data stored in an Excel file.
- Fill in a sales form with data from the Excel file.
- Collect sales results and export them as a PDF file.
- Log out from the intranet website.

## Installation

1. Make sure you have Python installed on your system.
2. Install the required dependencies using pip


## Usage

```python
from HTMLConversor import HTMLConversor

# Initialize HTMLConversor
converter = HTMLConversor()

# Convert sales data to PDF
converter.to_pdf()


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "spreadsheetsmalldemo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, rpa, robocorp, pdf, html, conversor",
    "author": "Daniel Rubens",
    "author_email": "danielrubensdaniel@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d8/e5/ce75ba6f114bf5bff60e29c7777d2c40369fac21d4f36e521b223346610c/spreadsheetsmalldemo-0.0.17.tar.gz",
    "platform": null,
    "description": "\n# HTMLConversor\n\nHTMLConversor is a Python class that automates the process of converting sales data from an intranet website to a PDF file. It utilizes the Robot Framework's RPA library for web automation.\n\n## Features\n\n- Log in to the intranet website.\n- Download sales data stored in an Excel file.\n- Fill in a sales form with data from the Excel file.\n- Collect sales results and export them as a PDF file.\n- Log out from the intranet website.\n\n## Installation\n\n1. Make sure you have Python installed on your system.\n2. Install the required dependencies using pip\n\n\n## Usage\n\n```python\nfrom HTMLConversor import HTMLConversor\n\n# Initialize HTMLConversor\nconverter = HTMLConversor()\n\n# Convert sales data to PDF\nconverter.to_pdf()\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Convert WebElement into pdf",
    "version": "0.0.17",
    "project_urls": null,
    "split_keywords": [
        "python",
        " rpa",
        " robocorp",
        " pdf",
        " html",
        " conversor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25a7b83723929c3fa3391852cf226acd841881f98deeafcf35fa1268bd27fad0",
                "md5": "59839702c223b68a8c9696b4c53540ca",
                "sha256": "4e3881f29b76e04b6c6e5cb88e68c5d3d7cd8b61d53d0d431f489f332963393c"
            },
            "downloads": -1,
            "filename": "spreadsheetsmalldemo-0.0.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59839702c223b68a8c9696b4c53540ca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 17902,
            "upload_time": "2024-04-15T21:04:31",
            "upload_time_iso_8601": "2024-04-15T21:04:31.155279Z",
            "url": "https://files.pythonhosted.org/packages/25/a7/b83723929c3fa3391852cf226acd841881f98deeafcf35fa1268bd27fad0/spreadsheetsmalldemo-0.0.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8e5ce75ba6f114bf5bff60e29c7777d2c40369fac21d4f36e521b223346610c",
                "md5": "2fa73d32a6499d4136c375315e80352f",
                "sha256": "da6d10dd2897c1353e16a91870e41812e7b156598938130dd920f6484658397c"
            },
            "downloads": -1,
            "filename": "spreadsheetsmalldemo-0.0.17.tar.gz",
            "has_sig": false,
            "md5_digest": "2fa73d32a6499d4136c375315e80352f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3129,
            "upload_time": "2024-04-15T21:04:32",
            "upload_time_iso_8601": "2024-04-15T21:04:32.527151Z",
            "url": "https://files.pythonhosted.org/packages/d8/e5/ce75ba6f114bf5bff60e29c7777d2c40369fac21d4f36e521b223346610c/spreadsheetsmalldemo-0.0.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 21:04:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "spreadsheetsmalldemo"
}
        
Elapsed time: 0.26623s