Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oluwis/python-calculator

Calculadora feita com PySide6 / Calculator made with PySide6
https://github.com/oluwis/python-calculator

desktop desktop-app desktop-application fluent-design fluent-interface fluentui pyside pyside6 python python-3 python-app python3 qt qt6 windows windows-10 windows-11 windows-app windows10 windows11

Last synced: 28 days ago
JSON representation

Calculadora feita com PySide6 / Calculator made with PySide6

Awesome Lists containing this project

README

        

#### [EN]
### Python-Calculator

Calculator made with Python using the [Qt](https://github.com/qt) framework version 6 with the [PySide](https://github.com/pyside) library, the application also uses other libraries to compose the interface, being them [PyQt-Fluent-Widgets](https://github.com/zhiyiYo/PyQt-Fluent-Widgets) and [PyQt-Frameless-Window](https://github.com/zhiyiYo/PyQt-Frameless-Window), this way creating a Windows application using Microsoft's system design [FluentUI](https://github.com/microsoft/fluentui).

### Build

Inside the "app" folder, execute the following command to compile the application and create an executable

```
pyside6-deploy
```

### License

[GPLv3](https://github.com/OLuwis/Python-Calculadora/blob/main/LICENSE)

#### [PT-BR]

### Python-Calculadora

Calculadora feita com Python usando o framework [Qt](https://github.com/qt) na versão 6 com a biblioteca [PySide](https://github.com/pyside), a aplicação também usa outras bibliotecas para compor a interface, sendo elas [PyQt-Fluent-Widgets](https://github.com/zhiyiYo/PyQt-Fluent-Widgets) e [PyQt-Frameless-Window](https://github.com/zhiyiYo/PyQt-Frameless-Window), assim criando uma aplicação para Windows usando o sistema de design [FluentUI](https://github.com/microsoft/fluentui) da Microsoft.

### Construir

Dentro da pasta "app", execute o seguinte comando para compilar a aplicação e criar um executável

```
pyside6-deploy
```

### Licença

[GPLv3](https://github.com/OLuwis/Python-Calculadora/blob/main/LICENSE)