CogniTriv is a prep tool designed to provide a more engaging and efficient learning experience from a wide range of topics. With access to over 200,000 questions across diverse categories, it allows users to sharpen their knowledge, practice recall, and build confidence through repetition and challenge-based learning.
CogniTriv makes it easier to gain hands-on experience with real question formats and become more comfortable under pressure. This is not just memorization. The goal is to broaden your knowledge, reinforce strengths, and improve response accuracy through practical engagement.
# Clone the repository
git clone https://github.com/username/repository-name.git
# Navigate into the project directory
cd repository-name# Create a virtual environment
python3 -m venv .venv
# Activate the virtual environment
# macOS/Linux
source .venv/bin/activate
# Windows (PowerShell)
.venv\Scripts\Activate.ps1# Install dependencies from requirements.txt
pip install --upgrade pip
pip install -r requirements.txt
Before running, ensure the following:
- Repository is cloned
- Virtual environment is active
- Dependencies are installed
Once ready, execute the file located in the project root (where README.md resides).
# Make sure that master is the active branch
git checkout master
# Pull new version intro local branch
git pull origin master