Skip to content

kfmh/doors

Repository files navigation

License: MIT

Doors

Education is a societal investment from which everyone benefits, and it's never too late to start. The challenge increases with age, but it's surmountable. Time and money often appear as barriers to change, but imagine if they weren't. Consider a scenario where learning immediately translates into tangible monetary value, without exceptions, for as long as desired. This vision is rooted at the crossroads of educational technology, artificial intelligence, gaming, marketing, and blockchain. Our mission is straightforward: we don't aim to change anything; we simply want you to demonstrate the intelligence you inherently possess.

Version


The alpha version serves as an initial prototype designed for feature testing.

Follow the journey on:

Developer Logbook

Installation

  1. From terminal create a directory
mkdir <directory_name>
cd <directory_name>
  1. Create and activate an environment
# Python environment
python3 -m venv <enviroment_neme>
source <enviroment_neme>/bin/activate
# Anaconda environment
conda create -n <enviroment_neme>
conda activate <enviroment_neme>
  1. Install doors package
pip install git+https://github.com/kfmh/doors.git

Usage

Command line parsing.

Long Flag Short Flag Default Description
--available_courses -amcq None List all available courses
--mcq_course -mcq None Choose course

Available multiple choice question courses

Course Name Description
python_logic python logic
python_math python math operations

Start program

# Run program
# Example: doors -mcq python_logic
doors -mcq <course_name>

Quit program: ctrl + c

Add course

Create a course README.md

About

Doors SDK, A toolkit for developing Doors in the fundamentals multiverse

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages