Skip to content

📒 Web application using Python + Django + JS to obtain the tax schedule of the Federal Revenue

License

Notifications You must be signed in to change notification settings

alpdias/tax-schedule-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agenda Tributária WebApp

Aplicativo web utilizando Python, Django e JavaScript para obter a agenda tributária da receita federal (http://receita.economia.gov.br/acesso-rapido/agenda-tributaria) e gerar um arquivo de texto no modelo csv para download ou um arquivo de integração para o calendário do Microsoft Outlook dependendo da escolha do usuário.

Disponível no meu portifólio: https://paulodeveloper.netlify.com/

Andamento: 100% - Online

Back-end: Python | Django
Front-end: Django | JavaScript | JQuery | HTML5 | CSS3
Microsoft VSCode
Codificação: -∗- coding: utf-8 -∗-
pt-BR


agenda-tributaria-resultado


Tecnologias: #python #django #javascript #html #css #jquery


Módulos Python

pip install django
pip install bs4
pip install requests
pip install html5lib


  • Nota: O intuito desse projeto é totalmente para estudos e aprendizagem, abdicando-se de qualquer responsabilidade quanto ao uso dos dados gerados, a fonte utilizada para a obter os dados é o site (http://receita.economia.gov.br/acesso-rapido/agenda-tributaria) que não tem nenhuma ligação com esse projeto.

WebApp Tax Schedule

Web application using Python, Django and JavaScript to obtain the tax agenda of the Federal Revenue (http://receita.economia.gov.br/acesso-rapido/agenda-tributaria) and generate a text file in the csv model for download or an integration file for the Microsoft Outlook calendar depending on the user's choice.

Available in my portfolio: https://paulodeveloper.netlify.com/

Progress: 100% - Online

Back-end: Python | Django
Front-end: Django | JavaScript | JQuery | HTML5 | CSS3
Microsoft VSCode
Coding: -∗- coding: utf-8 -∗-
pt-BR


agenda-tributaria-resultado


Technology: #python #django #javascript #html #css #jquery


Python modules

pip install django
pip install bs4
pip install requests
pip install html5lib