This is project folder for CI5235 - Ethical Hacking
The purpose of the project is to demonstrate curses library usage and create a terminal UI application.
-
In order to run the project properly I have used
poetryand it should be simple and easy if you use it. -
You can run the
poetry installcommand and you should be ready. -
If you want to use normal pip, I have added a
requirements.txtfile as well. Runpip install -r requirements.txtand you should be good to go.
To run the UI, after applying the installation steps above and install necessary packages run the /console/main_app.py file.
