From c766d446c54eb1d7f3c06822169af7480195a2dd Mon Sep 17 00:00:00 2001 From: Alexandre Linhares Date: Wed, 23 Apr 2025 21:27:11 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36c91bc..5782c83 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,9 @@ The last number indicates the average final temperature of the workspace; lower Code structure --------------------- -This Copycat system consists of 4,981 lines of Python code across 40 files. Here's a breakdown of the largest Core Components: +This Copycat system consists of 4,981 lines of Python code across 40 files. Here's a breakdown. + +Core Components: - codeletMethods.py: 1,124 lines (largest file) - curses_reporter.py: 436 lines - coderack.py: 310 lines @@ -56,11 +58,13 @@ This Copycat system consists of 4,981 lines of Python code across 40 files. Here - correspondence.py: 204 lines - workspace.py: 195 lines - workspaceObject.py: 194 lines + Control Components: - temperature.py: 175 lines - conceptMapping.py: 153 lines - rule.py: 149 lines - copycat.py: 144 lines + GUI Components: - gui/gui.py: 96 lines - gui/workspacecanvas.py: 70 lines