Metadata-Version: 2.4
Name: py3dgen
Version: 1.0.0
Summary: Professional 3D/2D Model Generation Library - Convert Images, Videos, and GIFs to High-Quality 3D Models with AR Support
Home-page: https://github.com/pzoqz/Py3DGen
Author: MERO
Author-email: MERO <mero@gmail.ps>
License: MIT
Project-URL: Homepage, https://github.com/6x-u/Py3DGen
Project-URL: Documentation, https://py3dgen.dev
Project-URL: Repository, https://github.com/6x-u/Py3DGen.git
Project-URL: Issues, https://github.com/6x-u/Py3DGen/issues
Project-URL: Changelog, https://github.com/6x-u/Py3DGen/releases
Project-URL: Bug Tracker, https://github.com/6x-u/Py3DGen/issues
Project-URL: Source Code, https://github.com/6x-u/Py3DGen
Project-URL: Contact, https://t.me/QP4RM
Keywords: 3d,4d,image-to-3d,video-to-3d,gif-to-3d,ar,mesh,reconstruction
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.21.0
Requires-Dist: opencv-python>=4.5.0
Requires-Dist: opencv-contrib-python>=4.5.0
Requires-Dist: Pillow>=9.0.0
Requires-Dist: scikit-image>=0.19.0
Requires-Dist: scikit-learn>=0.24.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: click>=8.0.0
Requires-Dist: trimesh>=3.17.0
Provides-Extra: gpu
Requires-Dist: torch>=1.9.0; extra == "gpu"
Requires-Dist: torchvision>=0.10.0; extra == "gpu"
Requires-Dist: torchaudio>=0.9.0; extra == "gpu"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: flake8>=4.0.0; extra == "dev"
Requires-Dist: mypy>=0.990; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=4.5.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0.0; extra == "docs"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Py3DGen - Professional 3D/2D Model Generation Library

**Developer:** MERO (@QP4RM)  
**Email:** mero@gmail.ps  
**Telegram:** [@QP4RM](https://t.me/QP4RM)  
**GitHub:** [github.com/6x-u](https://github.com/6x-u)

**Copyright © 2024 MERO (@QP4RM). All rights reserved.**

### Windows
```bash
python -m venv py3dgen_env
py3dgen_env\Scripts\activate
pip install py3dgen
