+ initial project description

This commit is contained in:
petr 2023-10-03 01:15:48 +03:00
parent 51953939f8
commit 8a7ef21f3e
4 changed files with 44 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

7
.idea/misc.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.11 (memorizer)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (memorizer)" project-jdk-type="Python SDK" />
</project>

View File

@ -5,6 +5,7 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="dd534306-bad2-4a21-9900-301e2372c24e" name="Changes" comment="Finis the first home task &#10;https://sciprogcentre.github.io/green-courses/pages/advanced_python/2023/hw/01.html"> <list default="true" id="dd534306-bad2-4a21-9900-301e2372c24e" name="Changes" comment="Finis the first home task &#10;https://sciprogcentre.github.io/green-courses/pages/advanced_python/2023/hw/01.html">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
@ -113,7 +114,31 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1695929296847</updated> <updated>1695929296847</updated>
</task> </task>
<option name="localTasksCounter" value="5" /> <task id="LOCAL-00005" summary="Finis the first home task &#10;https://sciprogcentre.github.io/green-courses/pages/advanced_python/2023/hw/01.html">
<option name="closed" value="true" />
<created>1695929354247</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1695929354247</updated>
</task>
<task id="LOCAL-00006" summary="Finis the first home task &#10;https://sciprogcentre.github.io/green-courses/pages/advanced_python/2023/hw/01.html">
<option name="closed" value="true" />
<created>1695929481447</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1695929481447</updated>
</task>
<task id="LOCAL-00007" summary="Finis the first home task &#10;https://sciprogcentre.github.io/green-courses/pages/advanced_python/2023/hw/01.html">
<option name="closed" value="true" />
<created>1695929537019</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1695929537019</updated>
</task>
<option name="localTasksCounter" value="8" />
<servers /> <servers />
</component> </component>
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">

View File

@ -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 ## Creating a Virtual Environment and Installing Dependencies
To set up a virtual environment for your project and install dependencies, follow these steps: To set up a virtual environment for your project and install dependencies, follow these steps: