Skip to content

Simple trainee management system implemented using the Tkinter library in Python. The application provides a graphical user interface (GUI) with a menu bar that allows users to perform various actions related to managing a list of trainees.

Notifications You must be signed in to change notification settings

SalahKhadir/Trainee-Gestion-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

To utilize this code, it is essential to have both Python and the Tkinter library installed on your system.


Menu Actions:

Add Trainee: Opens a form to input trainee information and adds the trainee to the data structure.

Show Trainee: Displays a window with a list of trainee profiles.

Delete Trainee: Opens a form to input a trainee number and deletes the corresponding trainee.

Edit Trainee: Opens a form to input a trainee number, and then allows editing the trainee's information.

Search Trainee by Name: Opens a form to input a trainee name and displays matching trainee profiles.

Search Trainee by Age: Opens a form to input a trainee age and displays matching trainee profiles.

Look Up Trainee: Opens a form with radio buttons to choose between searching by name or age.

About

Simple trainee management system implemented using the Tkinter library in Python. The application provides a graphical user interface (GUI) with a menu bar that allows users to perform various actions related to managing a list of trainees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages