Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.14 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.14 KB

Vocab List:

This program allows users to add vocabulary words to an array and writes them to a file in alphabetical order when the user exits the program so the user can access them in the future.

Includes algorithms for adding, removing, and searching for a word regardless of casing.

Technologies used: Python

Topics Covered: Classes and Objects, Inheritance, File Handling with Objects, ArrayList, implementing Interface, User defined exception and Exception handling

Screenshots

Screenshot 2023-09-28 at 9 02 21 AM Screenshot 2023-09-28 at 9 04 18 AM Screenshot 2023-09-28 at 6 54 00 PM

Result displayed in the file:

Screenshot 2023-09-28 at 6 54 24 PM