Tiny helper that bundles a PyQt6 exam template and dumps it into the current directory.
Project description
pymysql6
Bundles a small PyQt6 application template and dumps it into the current directory on demand.
Install
pip install pymysql6
Usage
Dump the bundled template into the current directory:
pymysql6-dump
Or into a specific folder, overwriting existing files:
pymysql6-dump ./my-project -f
Equivalent invocations:
python -m pymysql6
python -c "import pymysql6; pymysql6.dump('.')"
After dumping you'll get a ready-to-run layout:
auth/ database/ dialogs/ ui/ users/
main.py resources/images/ (place your own .jpg files here)
Run with:
pip install PyQt6
python main.py
Build & publish
pip install build twine
python -m build
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pymysql6-0.1.0.tar.gz.
File metadata
- Download URL: pymysql6-0.1.0.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c19ac0f16e57ab6cd8ea6a2b90c77d5858c91230aa0ba681b24cba799e5c4a14
|
|
| MD5 |
78572618cbea82a43ffd4cbbbcf373f4
|
|
| BLAKE2b-256 |
6ba57fcaef4a2f8841714c30b5104ee8a3daff77e2f04002df223afbcd596a76
|
File details
Details for the file pymysql6-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pymysql6-0.1.0-py3-none-any.whl
- Upload date:
- Size: 45.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8687f33bceb54cd783cbd3a23329488275c47dcd437d345a0c439e7ab25118d
|
|
| MD5 |
3872b2a0fbf47efbfc3234d4494c9ab0
|
|
| BLAKE2b-256 |
9a806c16c333010568753d74bebb498a732fadcbaab0d259f96677b88a43c845
|