Pular para o conteúdo principal

Postagens

Mostrando postagens de janeiro, 2021

Repositório especial Github

É possível criar um repositório "especial". Seu README.md aparecerá em seu perfil público! Se você tentar criar um repositório com o mesmo nome de seu nome de usuário do GitHub, uma pequena mensagem aparecerá informando que você encontrou um "segredo". Deixe-me te mostrar!      CRIANDO REPOSITÓRIO Para começar, precisamos acessar github.com/new para criar um novo repositório, o truque aqui é fazer com que o nome do Repositório seja igual ao do Proprietário. No meu caso, meu user é MrCl0wnLab, então meu nome de repositório é MrCl0wnLab. Assim que tiver o nome correto, você receberá uma mensagem informativa dizendo que este é um repositório especial. 1 github.com/new No meu caso aparece uma mensagem em vermelho, pois já tenho o repo criado. 2 github.com/{SEU_USER}/{SEU_USER} O meu possui os detalhes criados, pois como informei já tenho editado. 3 Editar o arquivo README.md Em seu README.md vai aparece algo semelhante a isso, porem comentado . outro detalhe é sobre

Dash Receita Federal with PyQt5

 This is the study of an interface with PyQt5 / Python - Receita Federal - Modern Gui [Qt Designer, PyQt5]. The Federal Revenue is an agency that supervises and collects taxes that are collected by the Brazilian federal government. With the computerization of services, it is necessary to think about Experience and Interface Design to deliver the best to the taxpayer citizen. This repository had as a reference the redesign( modern ) project prepared by Gabriel Valladão. USING QT DESIGNER Qt Designer is the Qt tool for designing and building graphical user interfaces (GUIs) with Qt Widgets. You can compose and customize your windows or dialogs in a what-you-see-is-what-you-get (WYSIWYG) manner, and test them using different styles and resolutions. Qt Designer: https://doc.qt.io/qt-5/qtdesigner-manual.html REQUIRED PACKAGES $ pip install -r requirements.txt USE $ python main.py FILES . ├── assets │ ├── files.py │ ├── files.qrc │ ├── img │ │ ├── *.png │ ├──