globalaihub-notesystem

Introduction

notesystem is a simple notes system for students. It is a simple console application that allows students to create notes and share them with other students.

Dependencies

python3 |>

python3 -m pip install -r requirements.txt

OR if you are one by one installing dependencies, you can use the following command:

pandas |>

pip install pandas==1.4.2

xlsxwriter |>

pip install xlsxwriter==3.0.3

Running the application

python3 notesystem/main.py