Objetivo: Gerar automaticamente PDFs com PYTHON
Cenário: Emitir orçamentos para a sua empresa
- Descrição do Projeto
- Total de horas estimadas
- Valor da hora de trabalho
- Prazo de entrega estimado
- Utilizando a função input()
- str para int
- int para str
- valor_total_estimado = total de horas estimadas x valor da hora de trabalho
- Instalando a biblioteca fpdf
- Criando um arquivo PDF
- Inserindo os dados no PDF
ENGLISH LANGUAGE
Objective: Automatically generate PDFs with PYTHON
Scenario: Issue quotes for your company
- Project description
- Total estimated hours
- Value of working hour
- Estimated delivery time
- Using the input() function
- str to int
- int to str
- total_estimated_value = total estimated hours x value of working hour
- Installing the fpdf library
- Creating a PDF file
- Inserting data into PDF