You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\item The frames package, which consists of tkinter frames for the User Interface.
18
18
\end{itemize}
19
19
20
-
Each package within the school\_project package contains a \_\_init\_\_.py file, which allows the school\_project package to be installed to a virtual environment
21
-
so that the modules of the package can be imported from the installed package. I have omitted the source code for this report, which included a Makefile for its
22
-
compilation.
23
-
24
20
\pagebreak
25
21
26
22
\begin{footnotesize}
27
23
\verbatiminput{|"git ls-tree -r --name-only HEAD | grep -v -E 'project-report/|Makefile' | tree --fromfile --charset=ascii"}
28
24
\end{footnotesize}
29
25
26
+
\pagebreak
27
+
28
+
Each package within the school\_project package contains a \_\_init\_\_.py file, which allows the school\_project package to be installed to a virtual environment
29
+
so that the modules of the package can be imported from the installed package.
30
+
31
+
\begin{itemize}
32
+
\item Here is the contents of the frames package's \_\_init\_\_.py for example, which allows the classes of all modules in the package to be imported at once:
I have omitted the source code for this report, which included a Makefile for its compilation.
37
+
30
38
\subsubsection{Dependencies}
31
39
32
40
The python dependencies for the project can be installed simply by running the following setup.py file (as described in the README.md in the next section). Instructions on
0 commit comments