Python | Tkinter | MySQL
A desktop-based application connecting job seekers and employers through an intuitive interface.
🌟 Overview
This project is a Job Portal Desktop Application built using Python (Tkinter) for the GUI and MySQL for database management. It provides a simple way for users to apply for jobs and for employers to manage their job postings — all from a single platform.
🔧 Features 👤 For Job Seekers
Register and log in
Search and view job listings
Apply for available jobs
View applied job history
🏢 For Employers
Employer registration and login
Post new jobs
Manage existing job posts
View and shortlist candidates
💡 Highlights
Fully functional Tkinter interface
Real-time data storage in MySQL
Role-based access (User/Employer)
Easy to customize and expand
🙋♀️ About the Project
This project was developed as a personal showcase to demonstrate:
GUI development with Tkinter
MySQL database connectivity
CRUD operations and form validation
Python project structuring and modularization