Skip to content

Commit b545afa

Browse files
committed
create readme
1 parent 1ad19df commit b545afa

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Python-Calculadora
2+
3+
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.
4+
5+
## Install
6+
7+
```
8+
pip install -r requirements.txt
9+
```
10+
11+
## License
12+
13+
[GPLv3](https://github.com/OLuwis/Python-Calculadora/blob/main/LICENSE)

0 commit comments

Comments
 (0)