APPLICATION DESCRIPTION:
-
an application for learning how to complete intelligence tests
-
in the application, you can do a test of reasoning and comparing letters as well as display the results and send them to an e-mail
-
requirements - python 3.10 with flask module installed
-
to create the database run baza_init.py
-
the data are stored in the database SQLite3
-
to run the application it is necessary to create a login_mail.py file and write to it:
-
user = 'some_email_address@gmail'
-
password = 'password to some_email_address'
-
Launching the app:
- run the application using the main.py file