hanifx-timelock
hanifx-timelock is a powerful Python module designed to protect your scripts with:
- ⏳ Time Lock: Prevent your script from running before a specific date and time
- 🔒 License Key Protection: Require a valid license key to unlock the script
- 🧬 File Integrity Check: Block execution if the script file has been copied or modified
🚀 Installation
pip install hanifx-timelock
from hanifx_timelock import run_timelock
run_timelock()
# Your actual script code here
print("Script unlocked and running...")
🔑 Please enter your license key: HX-1234-ABCD
✅ File unlocked. Running script...
🚫 Invalid license key.
[LOCKED] File locked. Please try again in 5 days, 3:20:10.
Release files for hanifx-timelock 6.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hanifx_timelock-6.1.1.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hanifx_timelock-6.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.6 kB
Release files / hanifx_timelock-6.1.1.tar.gz
| Download URL | hanifx_timelock-6.1.1.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
61cd314817e4e9bdad2eb404ae5c433a0e5e0058738bda671f2869d2641cdce9
|
|
BLAKE2b-256 checksum How to use checksums |
1c14e6333325c891a9df4076e1ae61f2228de01846871a975a9b5b6091cd09e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.10
|
Release files / hanifx_timelock-6.1.1-py3-none-any.whl
| Download URL | hanifx_timelock-6.1.1-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8a240599826fe252fd6f991f4391c3bb64fb6d1bc87467f3e53d720a8b0767e9
|
|
BLAKE2b-256 checksum How to use checksums |
6fb8e98c543530101048f07d7662fffea3799ead864e2896f9f71b555cc7b44c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.10
|