From 8a7ef21f3e4e695e0cc1017c85a0345ad5ad7a86 Mon Sep 17 00:00:00 2001 From: petr Date: Tue, 3 Oct 2023 01:15:48 +0300 Subject: [PATCH] + initial project description --- .../inspectionProfiles/profiles_settings.xml | 6 +++++ .idea/misc.xml | 7 +++++ .idea/workspace.xml | 27 ++++++++++++++++++- README.md | 5 ++++ 4 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..953575f --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 962eec1..b19d11d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,6 +5,7 @@ + diff --git a/README.md b/README.md index b79692c..add8f8f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +The main of the Memorizer / Generator: +1. help you learn english +2. based on your new vocabulary, create texts for you which help you understand something new (you decided the subject) +3. help you create content (your subject, or the Memorizer can offer to you) pr improve self based on your new vocabulary (you can choose a learning rate (amount vocabulary has to be used in your content)) + ## Creating a Virtual Environment and Installing Dependencies To set up a virtual environment for your project and install dependencies, follow these steps: