No video

Student Management System Project in Python using Tkinter and MySQL | with Source Code | PySeek

  Рет қаралды 28,711

PySeek

PySeek

2 жыл бұрын

Student management system project in Python using Tkinter and MySQL database. Get the Source Code and more information about this project from my website (PySeek). The link is below.
💻 Source Code
-------------------------------------------------------------------------
☛pyseek.com/2022/03/student-ma...
-------------------------------------------------------------------------
🍁Feel free to leave your message📩 in the comment section. You'll get a reply soon.
🧑‍💻The Author
Subhankar Rakshit: pyseek.com/about/
👥Social Media
-------------------------------------------------------------------------
Facebook: / pyseek
Twitter: / pyseek1
Instagram: / subhankarraks
-------------------------------------------------------------------------
🎧Background Music
-------------------------------------------------------------------------
Jazzy Night - Sakura Girl / sakuragirl_off. .
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
Free Download / Stream: bit.ly/3Jq2wKj
Music promoted by Audio Library • Jazzy Night - Sakura G...
-------------------------------------------------------------------------

Пікірлер: 24
@pyseek
@pyseek 2 жыл бұрын
☛Source Code: pyseek.blogspot.com/2022/03/student-management-system-project-in-python.html
@abteyeb7969
@abteyeb7969 Жыл бұрын
very good and clear thinks
@alhimbiblia
@alhimbiblia 8 ай бұрын
good work buddy
@digitalmachine0101
@digitalmachine0101 3 ай бұрын
Good information
@xploricious6669
@xploricious6669 Жыл бұрын
How to implement client server architecture. Like one is admin & other is employee then how to connect them in the same network.
@pyseek
@pyseek Жыл бұрын
It's completely different topic. You need to build a web based application for this.
@nancharaiahduddukuri3709
@nancharaiahduddukuri3709 Жыл бұрын
Can you please share result and conclusions of the project
@pyseek
@pyseek Жыл бұрын
Here is the complete article: pyseek.blogspot.com/2022/03/student-management-system-project-in-python.html
@tdmarcher9238
@tdmarcher9238 7 ай бұрын
please help .. at last while we are adding data it is showing as cannot add the data local host password sharing is yes... something in that way
@pyseek
@pyseek 7 ай бұрын
Hi there! It sounds like you're experiencing an issue with adding data on localhost, and the error is related to password sharing. For a more detailed solution, please visit the following page: stackoverflow.com/questions/17975120/access-denied-for-user-rootlocalhost-using-password-yes-no-privileges. I hope you find the information helpful! If you have any further questions, feel free to ask.
@nancharaiahduddukuri3709
@nancharaiahduddukuri3709 Жыл бұрын
How many python modules are there in this source code? What are they??
@pyseek
@pyseek Жыл бұрын
Python modules are reusable collections of code that contain functions, classes, and variables, designed to perform specific tasks or provide certain functionality. The project directory holds three Python files, namely `main.py`, `custom.py`, and `credentials.py`, which can also be referred to as modules. The `main.py` file, responsible for the program's execution, incorporates various third-party modules, each serving a distinct purpose. Here is the project details also with the Source Code: pyseek.blogspot.com/2022/03/student-management-system-project-in-python.html
@PARTHXD
@PARTHXD 2 жыл бұрын
How do I connect database and my code because whenever I try to run my code it says can't connect to database
@pyseek
@pyseek 2 жыл бұрын
OK! You need to install MySQL database server in your system. It's easy. You can find many videos on KZbin "how to install MySQL server in Windows/Linux/Mac". After installing, you need to set a username and create a database and a table. Everything you'll find on KZbin.
@pyseek
@pyseek 2 жыл бұрын
Make sure you create the database and table as per mentioned in the project file.
@PARTHXD
@PARTHXD 2 жыл бұрын
@@pyseek yeah I installed mysql through cmd but how do i create database in cmd commands won't work in cmd
@pyseek
@pyseek 2 жыл бұрын
Please don't be hesitate to let me know if you get any trouble in future. I'll reply to you soon.
@pyseek
@pyseek 2 жыл бұрын
@@PARTHXD If you've installed MySQL server perfectly and set the root password also, then, you need to follow these steps: 1. Login to the MySQL Server: "mysql -u root -p" then type the root password you've set when you was installing the MySQL server, 2. "create database student_manager" 3. "use student_manager" 4. "create table student_register( f_name VARCHAR(50) NOT NULL, l_name VARCHAR(50) NOT NULL, course VARCHAR(30) NOT NULL, subject VARCHAR(50) NOT NULL, year Int(10) NOT NULL, age Int(10) NOT NULL, gender char(10) NOT NULL, birth DATE NOT NULL, contact VARCHAR(15) NOT NULL, email VARCHAR(100) NOT NULL, PRIMARY KEY ( contact ) );" After completing this task, you need to place your MySQL username and the password into the credentials.py file of the main project file.
@dysproghoul
@dysproghoul 2 жыл бұрын
How do i convert this into an application/webapp where anyone can access and use this With admin having more control and users only the necessary ones
@pyseek
@pyseek 2 жыл бұрын
To do so, you have to have a server where you can create your database to manage admin login and all the related task.
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 43 М.
MISS CIRCLE STUDENTS BULLY ME!
00:12
Andreas Eskander
Рет қаралды 21 МЛН
Secret Experiment Toothpaste Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 39 МЛН
Gym belt !! 😂😂  @kauermotta
00:10
Tibo InShape
Рет қаралды 18 МЛН
Я не голоден
01:00
К-Media
Рет қаралды 9 МЛН
Stop, Intel’s Already Dead! - AMD Ryzen 9600X & 9700X Review
13:47
Linus Tech Tips
Рет қаралды 1,1 МЛН
I use Drag and Drop to build modern Python Apps
14:08
Softlinks
Рет қаралды 63 М.
Modern Tkinter GUIs with Themes - Modern Python GUI
6:07
Code First with Hala
Рет қаралды 79 М.
MISS CIRCLE STUDENTS BULLY ME!
00:12
Andreas Eskander
Рет қаралды 21 МЛН