Chamberlain L. Gibson

Logo

CSCI 496: Senior Portfolio
In partial fulfillment of the requirements for the degree of a Bachelors of Science in Cyber Security
Graduation Year: TBD

View My Resume

View My GitHub Profile

Back to Portfolio

===============

Project description

How to compile and run the program

cd ./project
python setup.py

If the programming language does not require compilation, the update the heading to be “How to run the program.” If your application is deployed on a remote service, including instructions on how to deploy it.

UI Design

Almost every program requires user interaction, even command-line programs. Include in this section the tasks the user can complete and what the program does. You don’t need to include how it works here; that information may go in the project description or in an additional section, depending on its significance.

Lorem ipsum dolor sit amet (see Fig 1), consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat (see Fig 2). Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum (see Fig 3).

screenshot
Fig 1. The launch screen

screenshot
Fig 2. Example output after input is processed.

screenshot
Fig 3. Feedback when an error occurs.

3. Additional Considerations

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

Back to Portfolio