Add instructions and usb creator application
Showing
BUILD_INSTRUCTIONS.md
0 → 100644
dist/MBetterUSBCreator
0 → 100755
File added
| # MBetter USB Creator - Python Dependencies | # MBetter USB Creator Requirements | ||
| # Install with: pip install -r requirements.txt | PyQt6>=6.0.0 | ||
| pyinstaller>=5.0.0 | |||
| # Qt GUI Framework (required for the USB creator GUI) | |||
| PyQt6>=6.4.0 | |||
| # Build tool for creating standalone executables | |||
| pyinstaller>=5.13.0 | |||
| # Additional dependencies for cross-platform compatibility | |||
| setuptools>=65.0.0 | |||
| wheel>=0.38.0 | |||
| # Optional: For better Windows compatibility | |||
| pywin32>=306; sys_platform == "win32" | |||
| # Development dependencies (optional) | |||
| # Uncomment if you want to modify the USB creator | |||
| # pylint>=2.15.0 | |||
| # black>=22.0.0 | |||
| # pytest>=7.0.0 | |||
| \ No newline at end of file |
usb_creator.spec
0 → 100644
Please
register
or
sign in
to comment