/sofia

A simple program for learning new things via courses

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Sofia

Code style: black

Welcome to sofia, a simple app for learning new things through simple lessons.

Documentation

Installation

To use sofia you must first clone the repository from GitHub:

git clone https://github.com/qasterr/sofia
cd sofia

Then activate a virtual environment:

python3 -m venv venv
source ./venv/bin/activate

Finally, install all the required packages:

pip3 install -r requirements.txt

Usage

Once the installation is complete, you can run sofia by running the following command:

make run