forked from Advanced_Python/advanced-python-homework-2023
+ initial project description
This commit is contained in:
parent
51953939f8
commit
8a7ef21f3e
6
.idea/inspectionProfiles/profiles_settings.xml
Normal file
6
.idea/inspectionProfiles/profiles_settings.xml
Normal 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
7
.idea/misc.xml
Normal 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>
|
@ -5,6 +5,7 @@
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="dd534306-bad2-4a21-9900-301e2372c24e" name="Changes" comment="Finis the first home task 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" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
@ -113,7 +114,31 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1695929296847</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="5" />
|
||||
<task id="LOCAL-00005" summary="Finis the first home task 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 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 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 />
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user