Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oluwis/python-calculator
- Owner: OLuwis
- License: gpl-3.0
- Created: 2024-06-16T10:53:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T07:51:06.000Z (8 months ago)
- Last Synced: 2024-10-18T16:32:48.490Z (4 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 862 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### [EN]
### Python-CalculatorCalculator 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)