https://github.com/jack970/github-login-desktop-app
Desktop App built with Python and QML Language.
https://github.com/jack970/github-login-desktop-app
pyside6 python qt-qml
Last synced: about 2 months ago
JSON representation
Desktop App built with Python and QML Language.
- Host: GitHub
- URL: https://github.com/jack970/github-login-desktop-app
- Owner: jack970
- Created: 2022-06-13T01:07:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T01:55:53.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T07:33:17.606Z (about 1 year ago)
- Topics: pyside6, python, qt-qml
- Language: QML
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Github Login desktop App
🚀 Desktop App built with Python and QML Language.
### 🎲 Rodando a aplicação
```bash
# 1. Instale as dependências
$ pip install requirements.txt
# 2. Inicie a aplicação
$ python main.py
```
### 🛠Pacotes utilizados no projeto
As seguintes ferramentas foram usadas na construção do projeto:
- [os](https://docs.python.org/3/library/os.html)
- [sys](https://docs.python.org/3/library/sys.html)
- [PySide6](https://pypi.org/project/PySide6/)