This sample will show you to create manage your contacts using NiceGUI.
- Python v3.x
You'll need the following values:
V3_TOKEN = ""
GRANT_ID = ""
Add the above values to a new .env
file:
$ touch .env # Then add your env variables
$ pip3 install nicegui # Python GUI Library
$ pip3 install python-dotenv # Environment variables
Create a folder called assets where the contact pictures can be downloaded to.
Run the file nicegui_contacts.py:
$ python3 nicegui_contacts.py
NiceGUI will open up your browser on port 8080.