py-app-standalone builds a standalone, relocatable Python installation with a set of packages included. It's like a modern alternative to PyInstaller that leverages the newer uv ecosystem. It's a ...
makeup-world-website/ ├── app.py ├── requirements.txt ├── models.py ├── makeup.db ├── README.md ├── LICENSE ├── banner.png ├── static/ │ ├── style.css │ └── uploads/ ├── templates ...