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

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.

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/)