initial commit

This commit is contained in:
2023-08-22 02:04:00 +01:00
parent 7c0f3327f8
commit e200462b85
13 changed files with 222 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "nvda_voicemeeter"
version = "0.1.0"
description = "A Voicemeeter app compatible with NVDA"
authors = [
{name = "onyx-and-iris", email = "code@onyxandiris.online"},
]
dependencies = [
"pysimplegui>=4.60.5",
"pyparsing>=3.1.1",
"voicemeeter-api>=2.4.8",
]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}