MyTxtPdf


NameMyTxtPdf JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/pedrotercio14/Pacote-InfoPdf.git
SummaryTeste referente a pubiclação do pacote
upload_time2023-03-13 01:06:37
maintainer
docs_urlNone
authorPedro Tércio
requires_python
licenseMIT License
keywords pdf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pacote-InfoPdf
Pacote Python desenvolvido na disciplina de Programação Orientada a Objetos II, com a funcionalidade de ler e traduzir arquivos em formato Pdf e fazer a conversão traduzida para TXT.

# Instalação

pip install MyTxtPdf

# Uso
from MyTxtPdf import MyTxtPdf

my_pdf = MyTxtPdf()
my_pdf.SayThis('arquivo.pdf')

my_pdf = MyTxtPdf()
my_pdf.Translator('meuarquivo.pdf', 1)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pedrotercio14/Pacote-InfoPdf.git",
    "name": "MyTxtPdf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pdf",
    "author": "Pedro T\u00e9rcio",
    "author_email": "pedrotercio@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/89/46/85ef4602f3a0202e287dce104df36a46725b1a63e58d39843015bf5fd955/MyTxtPdf-1.0.2.tar.gz",
    "platform": null,
    "description": "# Pacote-InfoPdf\r\nPacote Python desenvolvido na disciplina de Programa\u00c3\u00a7\u00c3\u00a3o Orientada a Objetos II, com a funcionalidade de ler e traduzir arquivos em formato Pdf e fazer a convers\u00c3\u00a3o traduzida para TXT.\r\n\r\n# Instala\u00c3\u00a7\u00c3\u00a3o\r\n\r\npip install MyTxtPdf\r\n\r\n# Uso\r\nfrom MyTxtPdf import MyTxtPdf\r\n\r\nmy_pdf = MyTxtPdf()\r\nmy_pdf.SayThis('arquivo.pdf')\r\n\r\nmy_pdf = MyTxtPdf()\r\nmy_pdf.Translator('meuarquivo.pdf', 1)\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Teste referente a pubicla\u00e7\u00e3o do pacote",
    "version": "1.0.2",
    "split_keywords": [
        "pdf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "894685ef4602f3a0202e287dce104df36a46725b1a63e58d39843015bf5fd955",
                "md5": "6e18fdd8fb5ab1e016f33cff1516bf0f",
                "sha256": "d83dfd5d391b23f154a05a86b58ab621684ca44f5040d19b66e93f9fb6102838"
            },
            "downloads": -1,
            "filename": "MyTxtPdf-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6e18fdd8fb5ab1e016f33cff1516bf0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2957,
            "upload_time": "2023-03-13T01:06:37",
            "upload_time_iso_8601": "2023-03-13T01:06:37.123913Z",
            "url": "https://files.pythonhosted.org/packages/89/46/85ef4602f3a0202e287dce104df36a46725b1a63e58d39843015bf5fd955/MyTxtPdf-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-13 01:06:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pedrotercio14",
    "github_project": "Pacote-InfoPdf.git",
    "lcname": "mytxtpdf"
}
        
Elapsed time: 0.45444s