the start so I can revert back

This commit is contained in:
2024-11-04 09:09:19 +02:00
commit 06fb6d31bf
8 changed files with 1398 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[tool.poetry]
name = "demo-pdf-reader"
version = "0.1.0"
description = "pdf reader using tk and poppler/pypdf"
authors = ["Aly Sewelam <linlysmolworthy@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
tk = "^0.1.0"
fitz = "^0.0.1.dev2"
pymupdf = "^1.24.13"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"