Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvinsjoy/mysql-py
School project
https://github.com/alvinsjoy/mysql-py
mysql py-mysql python
Last synced: about 1 month ago
JSON representation
School project
- Host: GitHub
- URL: https://github.com/alvinsjoy/mysql-py
- Owner: alvinsjoy
- Created: 2022-02-21T06:20:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T14:06:21.000Z (over 1 year ago)
- Last Synced: 2023-10-02T14:11:29.032Z (about 1 year ago)
- Topics: mysql, py-mysql, python
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Book Stall Management :-
## Pre-Requisites :-
1. You have to have the following softwares for the successful running of this software; which are
I) Python (Only for the First time), it is downloadable from 'www.python.org'.
II) MySQL (Only for the First time), it is downloadable from 'www.mysql.org'.## Installation :-
1. There will be two folders namely 'Python Files' and 'EXE files' in the folder 'Source Code'.2. The folder 'Python Files' will contain the source code of the software in python language. If you are running the software by the 3rd step mentioned below you have to pre install the following modules :-
I) mysql.connector or pymysqlII) matplotlib.
3. Open the files in any python editors and run it to start and work on the software.4. The folder 'EXE files' will contain two files namely 'main.exe' and 'Tables_in_mysql.exe'.
5. First run the 'Tables_in_mysql.exe' to create the tables in MySQL.
6. Then run the file 'main.exe' to start and work on the software.
## CAUTION :-
If you are running the software through running the python files or by running the .exe files ; first run the file named 'Tables_in_mysql'.
The .exe file will take some time to run; so be PATIENT. (ps. I removed the .exe files see the unedited code for more info)