Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 625 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 625 Bytes

https://pythonspot.com/wx/

  • wxPython is a GUI toolkit for the Python programming language.
  • The wxPython module is based on the C++ GUI library wxWidgets.

Address Book

  • Displays a GUI Window.
  • Contains a form asking for personal details:-
    • Name, Address, Phone no.s, Emails, Notes.
  • Features:-
    • Able to save the filled data as a file with desired name.
    • Able to save the data to a folder named AddressBookDataBase in same repository.
    • Able to retrieve/call the saved file from already saved list of address-book files.
    • Able to make changes or update in retrieved file.
    • Can clear all filled data.