onuratakan / Quiz-Trainer

πŸš€ Dive into learning with Quiz Trainer Browser! A dynamic tool for exploring a wide range of exam questions, equipped for future expansions across various topics. πŸ“šπŸ”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz Trainer Browser for Exams πŸš€

Welcome to the Quiz Trainer Browser, your dynamic tool for mastering exam questions across a variety of subjects. Designed to enhance your study sessions, our platform offers an interactive way to navigate, search, and engage with exam questions. Whether you're aiming to conquer specific certifications or just broadening your knowledge, this tool adapts to your learning journey.

Features 🌟

  • Navigation Controls: Seamlessly move between questions using the Previous and Next buttons.
  • Search Capability: Directly jump to a question by entering its number in the search bar, making your review sessions more efficient.
  • Dynamic Question Loading: Questions are loaded dynamically from a JSON file, ensuring that the content stays up-to-date and relevant.

Getting Started πŸ› οΈ

To get started with the Quiz Trainer Browser, you will need to set up your environment.

Prerequisites

Ensure you have Python installed on your system. This project is built using PyQt5, so Python is a must-have.

Installation

  1. Clone this repository or download the source code to your local machine.
  2. Install the required Python packages using the provided requirements.txt file:
pip install -r requirements.txt
  1. Once the dependencies are installed, you can start the application by running:
python main.py <json_file_path>

For example, to start the application with the AWS DevOps Professional exam questions, you can run:

python main.py ./resources/questions/aws_devops_professional.json

This command initializes the application, presenting you with an interactive browser interface showcasing the exam questions.

Usage πŸ“š

The application interface is straightforward:

  • Use the Previous and Next buttons on the toolbar to navigate through the questions.
  • To jump to a specific question, enter the question number in the search bar and press Enter.
  • If the entered question number does not exist, a warning message will appear, prompting you to try again.

Current Exams Available πŸ“‹

  • AWS Certified DevOps Engineer - Professional
  • AWS Certified Solutions Architect - Professional
  • AWS Certified Machine Learning - Specialty

Stay tuned as we continue to add more exams to our collection!

Do You Want to See More Exams? πŸ’‘

We thrive on community contributions! If you're eager to expand our quiz universe with more topics, kindly let us know by opening an issue on this repository. Your input helps us grow and improve!

License πŸ“„

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments πŸ™

  • Thanks to everyone who has contributed to the development and improvement of this project.

Let's ace that exam together! πŸŽ“

About

πŸš€ Dive into learning with Quiz Trainer Browser! A dynamic tool for exploring a wide range of exam questions, equipped for future expansions across various topics. πŸ“šπŸ”

License:MIT License


Languages

Language:Python 100.0%