Skip to content

AllanSasi/wxPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.