A library used to read uncompiled files and DLL files (Really useful)
Project description
<-------------------------------------------------------------------------------->
VARDLL Does not work if it is in python's program folder!!
Please put VARDLL's Folder within your project for it to work!!
<-------------------------------------------------------------------------------->
How to use:
This example shows how to use vardll 1.4.2:
"from vardll import DLLvar, load_file"
Load the DLL file
dll_path = 'varotp.dll' dll_variable = load_file(dll_path)
Access the variables from the DLL file
print(dll_variable)
Make sure you have the vardll in the directory, like this:
test/ | |vardll | | | | init.py | |__ dllvariable.py | |__ license | |__ readme.md | |__ loader.py | |__main.py |__var0otp.dll
Make sure in var0otp or any dll file you have your variable or the text you wanna input! Disclaimer:
IF THE DLL FILE STAYS EMPTY IT MIGHT MESS UP THE LIBRARY'S CODE!!
Project details
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
File details
Details for the file vardll-1.4.8.tar.gz
.
File metadata
- Download URL: vardll-1.4.8.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 290913bc023a7c190f341b771db5f78aeeb5e9f15fd8e3d7f2334cde998cd707 |
|
MD5 | 1933745fd6077292d64cc9f60e1a3db8 |
|
BLAKE2b-256 | 41b52081170c98ec45305f86b65b798be5e0ecfc3f633819558edce241c9cbcf |
File details
Details for the file vardll-1.4.8-py3-none-any.whl
.
File metadata
- Download URL: vardll-1.4.8-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7d173044b34b9b66ebd7249c98041ac3f50afadef452156325e2f2044572420 |
|
MD5 | 51bcde889b3730f541961682bc26b3f8 |
|
BLAKE2b-256 | 93dd8e483e52f79533ed1d60c4126adfc6a9aee455b79b802dd20c258f7e0ecc |