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

https://github.com/ahosall/crudpy

A simple crud with Python, using PySimpleGUI, and SQLite3.
https://github.com/ahosall/crudpy

crud portfolio simple-project sqlite

Last synced: 10 months ago
JSON representation

A simple crud with Python, using PySimpleGUI, and SQLite3.

Awesome Lists containing this project

README

          

# CrudPY

Um simples crud com Python, PySimpleGUI, e SQLite3.

## Ativação
Antes de tudo deveremos instalar as dependências
```bash
$ pip install -r requirements.txt
```
ou
```bash
$ python -m pip install -r requirements.txt
```
Para iniciar o projeto:
```bash
$ python app.py
```

---

#### By Feh's
Este projeto está licenciado sobre a licença [MIT](./LICENSE).