├── Código em Python PT-BR ├── .gitkeep ├── .idea │ └── .gitkeep ├── main.py └── main.spec └── README.md /Código em Python PT-BR/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Código em Python PT-BR/.idea/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Código em Python PT-BR/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgnerSecurity/Agner-Browser/HEAD/Código em Python PT-BR/main.py -------------------------------------------------------------------------------- /Código em Python PT-BR/main.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgnerSecurity/Agner-Browser/HEAD/Código em Python PT-BR/main.spec -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgnerSecurity/Agner-Browser/HEAD/README.md --------------------------------------------------------------------------------