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

https://github.com/eduardorodriguesf/login-system

This program is a simulation of an account management
https://github.com/eduardorodriguesf/login-system

databases gui mysql pyqt5

Last synced: about 2 months ago
JSON representation

This program is a simulation of an account management

Awesome Lists containing this project

README

          

# Login-System
This program simulates accessing and creating an account.
## What have I learned with the project?
#### MySQL
The program stores information in a MySQL database. Learned how to create Databases, Tables and `INSERT` and check for records using `SELECT` command
## Setting up
Besides `Python`, you will need two libraries installed in your machine:
* MySQL
* Regex
With `pip` you can install them using the following command in your `cmd`:
```
pip install mysql regex
```