diff --git a/.gitignore b/.gitignore index 5f13a3b..9d10146 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ /build/ /dist/ /tests/ + +poetry.lock + +*.docx diff --git a/README.md b/README.md index e0e0c8a..9913aac 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # DOCXUNTRACE Ultimate and powerful util to spoof .docx (and other .*x MS Office files) private properties, such as author name, creation and save date, words, pages and other data, that cannot be changed from `Properties` tab in explorer. -## [⬇️ Download here](https://github.com/BarsTiger/D0CXUN7R4C3/releases/latest/download/D0CXUN7R4C3.exe) +## [⬇️ Download here](https://github.com/kotikotprojects/D0CXUN7R4C3/releases/latest/download/D0CXUN7R4C3.exe) # Themes Add `1137` somewhere in path to .exe file (or rename it to D0CXUN7R4C31337 or something that contains 1337 to diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..faafbda --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,18 @@ +[tool.poetry] +name = "d0cxun7r4c3" +version = "0.1.0" +description = "" +authors = ["hhh"] +readme = "README.md" + +[tool.poetry.dependencies] +python = "~3.11" +pyside6 = "^6.6.1" +pyinstaller = "^6.3.0" +lxml = "^4.9.4" +ezzthread = "^1.0.0" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index d1d1d75..0000000 --- a/requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ -wheel -PySide6 -pyinstaller -lxml -ezzthread