8000 GitHub - Martinsecc/comptia-question-gen: Simple Python quiz generator for CompTIA Security+ practice (SY0-701)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple Python quiz generator for CompTIA Security+ practice (SY0-701)

License

Notifications You must be signed in to change notification settings

Martinsecc/comptia-question-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

CompTIA Security+ Question Generator

A simple Python script that generates multiple-choice questions at CompTIA Security+ level (SY0-701). I felt like rapid fire questions were a good way to prepare. They are AI-generated, so be aware it's not official and may contain errors.

** Features

  • Generates exam-style Security+ questions
  • Lets you choose an answer and tells you if it was correct
  • Keeps the question and options visible after answering
  • One question per run, clean and simple

** How to use

  1. Clone this repository: git clone https://github.com/Martinsecc/comptia-question-gen.git cd comptia-question-gen
  2. Create a .env file in the root folder: OPENAI_API_KEY=sk-...
  3. Set up a virtual environment: python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt
  4. Run the quiz: python main.py

Made for personal study use. Contributions welcome. If you fail the test because of this generator, you're not eligible for compensation.

About

Simple Python quiz generator for CompTIA Security+ practice (SY0-701)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0