Como criar Folha de pagamento Personalizado e Automatizado em PDF com Python e ReportLab #04
Dec 21, 2023
#python #usandopython #joaofuti
Como criar Folha de pagamento Personalizado e Automatizado em PDF com Python e ReportLab
O projeto "Como criar Folha de pagamento Personalizado e Automatizado em PDF com Python e ReportLab" tem como objetivo principal desenvolver um sistema automatizado para gerar holerites ou folhas de pagamento em formato PDF utilizando a linguagem de programação Python e a biblioteca ReportLab.
Propjeto completo https://www.usandopy.com/pt/artigo/como-criar-folha-de-pagamento-personalizado-e-automatizado-em-pdf-com-python-e-reportlab/:
Link para o ebook: https://go.hotmart.com/W88566950I?dp=1
# cores -------------------
cor_0 = "#595959"
cor_fundo_1 = "#ECE9E2"
cor_fundo_2 = "#595959"
cor_letra = "#403d3d"
Show More Show Less 