Skip to content

ZainabM872/VocabList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

A program that stores vocabulary words in an ArrayList and writes them to a file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages