# Examples A quick way to get started with TransparentMeta is to use the demonstration scripts provided in the `examples/` directory of the GitHub repository. These demonstration scripts show how to: - [Generate a private / public key pair for signing metadata.](https://github.com/Transparent-Audio/transparentmeta/blob/main/examples/generate_key_pair.py) - [Write metadata to an audio file.](https://github.com/Transparent-Audio/transparentmeta/blob/main/examples/write_metadata.py) - [Read metadata from an audio file.](https://github.com/Transparent-Audio/transparentmeta/blob/main/examples/read_metadata.py) You can use the code in these scripts as a starting point for the integration of TransparentMeta into your own applications.