This project is a simple console-based application that manages a passport printing queue. Users can create jobs, view the current jobs in the queue, update job statuses, delete jobs, and process the jobs in order of urgency.
- Create Job: Add a new passport printing job with an ID, applicant name, and urgency status.
- Read Jobs: Display all current jobs in the queue.
- Update Job Status: Change the status of an existing job.
- Delete Job: Remove a job from the queue by its ID.
- Process Jobs: Process jobs in order of urgency, updating their status as they are printed.
- Python 3.x
- Clone the repository:
git clone https://github.com/yourusername/passport-printing-queue.git