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.
- Host: GitHub
- URL: https://github.com/ahosall/crudpy
- Owner: Ahosall
- License: mit
- Created: 2021-06-15T11:24:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T11:36:12.000Z (over 4 years ago)
- Last Synced: 2025-04-30T07:49:45.808Z (10 months ago)
- Topics: crud, portfolio, simple-project, sqlite
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).