Skip to content

A simple Python application that maintains the record of employees of an organization using a database, sqlite3 is used along with Python to peform create, update, delete, insert , fetch operations on the database

debjit31/Employee-Management-System-using-Python-and-Sqlite3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee-Management-System-using-Python-and-Sqlite3

How to run this project :

Step 1: - Clone or zip download this repository

Step 2 :- Navigate to the project folder and open cmd/Command prompt

Step 3: Execute the command :- python employee_management_system.py

Step 4: Follow the displayed menu to perform various operations on the database file

The Database file main_db.py has a single table emp_details as of now, more tables to perform more complex queries will be added in the future

The databse file main_db.db cannot be directly viewed. You need to download a free software DB Browser for SQLite

Open after installing, then go to Open Database -> Select the .db file-> tables-> right click on the table you want to view -> browse table

About

A simple Python application that maintains the record of employees of an organization using a database, sqlite3 is used along with Python to peform create, update, delete, insert , fetch operations on the database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages