all added

This commit is contained in:
2024-05-16 22:13:17 +07:00
commit dc041a86bf
22 changed files with 1470 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[tool.poetry]
name = "custom-tkinter"
version = "0.1.0"
description = ""
authors = ["Dmitrium12 <belicdima8@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
customtkinter = "^5.2.2"
pillow = "^10.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"