# rspacker **Repository Path**: gooker_young/rspacker ## Basic Information - **Project Name**: rspacker - **Description**: No description available - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-10 - **Last Updated**: 2024-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rspypacker A fast and simple deployment tool for python projects. Main features: - [ ] 10-100x faster than existing deploy libs (such as Py2exe, PyInstaller, Nuitka...) - [x] Supports windows 7 ~ 11, linux and macos - [ ] Supports multi-project deployment - [ ] Supports archiving with zip or 7z - [ ] Supports compliation with nuitka ## Table of contents [Getting Started](#getting-started) ## Getting Started Usage: ```bash pip install rspypacker rp myapp.py ``` ## Examples ### GUI Dev #### PyQt Project #### Tk Project #### GTK Project ### Scientific Dev #### Numpy #### Matplotlib + Numpy #### Torch