chore: add README for practical-file directory

This commit is contained in:
Neil Revin 2025-06-24 17:48:55 +05:30
parent dd7dd6cca1
commit 702d67a23c

24
practical-file/README.md Normal file
View file

@ -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/```