-
- worked on by: Axel
-
- worked on by: Stian, Thomas
-
- worked on by: Axel
-
- worked on by: Simon
-
- worked on by: Ørjan
- Implemented barebone menu system.
- Implemented
- Implemented
- Implemented
- [Not started]
PEP-8: https://peps.python.org/pep-0008/
- filname: cj_pyscan.py
- filename: cj_pycrack.py
- filename: cj_pyscrape.py
- filename: cj_pysend.py
- filename: cj_ddos.py
- [Placeholder]
-
Do not commit any other file than the one you are working on.
-
We use snake_case, not camelCase or PascalCase.
-
No script can utilise "OP" imports like Nmap.
-
We stick to built in modules to the best of our ability.
-
You are not the only one to read your code, document everyting!
-
Follow "The Zen of Python" read by importing: 'import this'
-
Have fun!