Initial version

This commit is contained in:
csd4ni3l
2025-06-09 17:16:48 +02:00
commit 98dafd12f9
8 changed files with 1227 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "gp-downloader"
version = "0.1.0"
description = "A Python-based Google Photos downloader built with Selenium."
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["selenium>=4.33.0"]