Skip to content

nylas-samples/nicegui_contacts

Repository files navigation

nicegui_contacts

This sample will show you to create manage your contacts using NiceGUI.

Setup

System dependencies

  • Python v3.x

Gather environment variables

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

Install dependencies

$ pip3 install nicegui # Python GUI Library
$ pip3 install python-dotenv # Environment variables

Usage

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.

About

Manage your contacts using Python's NiceGUI

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages