/python_development

Objetivo: gerar automaticamente PDFs com PYTHON (automatically generating PDFs with PYTHON)

Primary LanguageJupyter Notebook

Desenvolvimento Python

Utilizando o Jupyter Notebook

Objetivo: Gerar automaticamente PDFs com PYTHON

Cenário: Emitir orçamentos para a sua empresa

Desenvolvendo as entradas de dados

  • Descrição do Projeto
  • Total de horas estimadas
  • Valor da hora de trabalho
  • Prazo de entrega estimado

Recebendo dados do usuário

  • Utilizando a função input()

Convertendo tipos de dados

  • str para int
  • int para str

Criando o cálculo do valor estimado

  • valor_total_estimado = total de horas estimadas x valor da hora de trabalho

Gerando o PDF com o orçamento

  • Instalando a biblioteca fpdf
  • Criando um arquivo PDF
  • Inserindo os dados no PDF

Orçamento gerado





ENGLISH LANGUAGE



Python development

Using Jupyter Notebook

Objective: Automatically generate PDFs with PYTHON

Scenario: Issue quotes for your company

Developing data entries

  • Project description
  • Total estimated hours
  • Value of working hour
  • Estimated delivery time

Receiving user data

  • Using the input() function

Converting data types

  • str to int
  • int to str

Creating the estimated value calculation

  • total_estimated_value = total estimated hours x value of working hour

Generating the PDF with the budget

  • Installing the fpdf library
  • Creating a PDF file
  • Inserting data into PDF

    Budget generated