diff --git a/practical-file/README.md b/practical-file/README.md new file mode 100644 index 0000000..f97ff68 --- /dev/null +++ b/practical-file/README.md @@ -0,0 +1,24 @@ +# Practical File + +[Outputs](./outputs) directory contains text document (.txt) files with the output of each question alloted. +[Questions](./questions) file contains Python program files alongside text documents (.txt) [for ease of use] for each question. + +- project.py is a helper utility that I've used to make my life easier while working with this. +- outputs.txt contains outputs for all the questions alloted. + +* project.py is licensed under the AGPL license below +``` + Copyright (C) 2025 Neil Revin + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see LICENSE.md or https://www.gnu.org/licenses/``` \ No newline at end of file