Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.45 KB

CRUD Python

Simples CRUD em Python usando uma conexão com banco de dados MySQL para gerenciar registros e guardar dados. Com funções de importar e exportar arquivos em .txt no modelo de separação por ponto e virgula (csv).

Andamento -> 100%

Python 3.8.0
Codificação: -∗- coding: utf-8 -∗-
en-US

Módulos Python

pip install pymysql
pip install csv

  • Observação: As funções de exportar e importar arquivos .txt foram criadas dentro do ambiente Windows, possivelmente ocorrerá erros ao executar essas funções em outros sistemas.

CRUD Python

Simple CRUD in Python using a MySQL database connection to manage records and store data. With functions of importing and exporting .txt files in the semicolon separation model (csv).

Progress -> 100%

Python 3.8.0
Coding: -∗- coding: utf-8 -∗-
en-US

Python modules

pip install pymysql
pip install csv

  • Note: The functions for exporting and importing .txt files were created within the Windows environment, errors may occur when executing these functions on other systems.