From 539798297bfdeb59f04a2245ced347b89192f047 Mon Sep 17 00:00:00 2001 From: UTSAVS26 <119779889+UTSAVS26@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:35:33 +0000 Subject: [PATCH] Update repo structure --- Repo-structure.md | 14 ++++++++++---- repo_structure.txt | 14 ++++++++++---- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/Repo-structure.md b/Repo-structure.md index fc8e0e7002..a8a14cb766 100644 --- a/Repo-structure.md +++ b/Repo-structure.md @@ -1,10 +1,13 @@ ``` ├── Advanced_Projects -│ └── EDUHELPER -│ ├── README.md -│ ├── main.py -│ └── requirements.txt +│ ├── EDUHELPER +│ │ ├── README.md +│ │ ├── main.py +│ │ └── requirements.txt +│ └── GUI Based TaskManager +│ ├── mang.py +│ └── readme.md ├── Algorithms_and_Data_Structures │ ├── BinarySearchTree │ │ ├── __init__.py @@ -94,6 +97,9 @@ │ │ ├── README.md │ │ ├── barCodeGenerator.py │ │ └── requirements.txt +│ ├── Budget-tracker +│ │ ├── budget.md +│ │ └── budget.py │ ├── Calculator_App │ │ ├── README.md │ │ └── main.py diff --git a/repo_structure.txt b/repo_structure.txt index 8049a07e8d..275bf910e5 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -1,8 +1,11 @@ ├── Advanced_Projects -│ └── EDUHELPER -│ ├── README.md -│ ├── main.py -│ └── requirements.txt +│ ├── EDUHELPER +│ │ ├── README.md +│ │ ├── main.py +│ │ └── requirements.txt +│ └── GUI Based TaskManager +│ ├── mang.py +│ └── readme.md ├── Algorithms_and_Data_Structures │ ├── BinarySearchTree │ │ ├── __init__.py @@ -92,6 +95,9 @@ │ │ ├── README.md │ │ ├── barCodeGenerator.py │ │ └── requirements.txt +│ ├── Budget-tracker +│ │ ├── budget.md +│ │ └── budget.py │ ├── Calculator_App │ │ ├── README.md │ │ └── main.py