Custom python library by: NikkieDev
Project description
nikkiepy
Custom python library
Current features
Sockets
- connection_test(host=host, port=port)
Examples:
connection_test(host="127.0.0.1", port=5000)
Output: Connects and inmediately disconnects from host, used to test connection
Notes:
* None for now
files
- mkfile(path, name, extension)
- delfile(file)
- delfolder(folder)
Examples:
mkfile(path="E:/coding/testing/python", name="testfile", extension="txt")
Output: File: testfile.txt has been made in E:/coding/testing/python
delfile(file="E:/coding/testing/python/testfile.txt")
Output: File: testfile.txt successfully deleted!
delfolder(folder="E:/coding/testing")
Output: Folder: testing has been successfully deleted!
Notes:
* None for now
crypt
- encrypt(file)
- decrypt(file)
Examples:
encrypt(file="E:/Coding/testing/python/file.txt")
decrypt(file="E:/Coding/testing/python/file.txt")
CREATED BY NikkieDev
Discord: Nikkiedev#6322
Business contact: nikkieschaad@gmail.com
Libraries:
- os
- socket
- cryptography.fernet
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
nikkiepy-0.2.2.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file nikkiepy-0.2.2.tar.gz
.
File metadata
- Download URL: nikkiepy-0.2.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 650d53adfe257bfb30d1091b05d989a793668ab257b81bfe88ee1ea3f2d28489 |
|
MD5 | 64c61dc85d3295d3d1a858252c96386b |
|
BLAKE2b-256 | 948c1f24ca584a569fcd2c05e71383beea3edc0659bdca6d0efc3115bd0b7620 |
File details
Details for the file nikkiepy-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: nikkiepy-0.2.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cddde688975c5a2ff2985e2cbcb00a72c22c2a4fdd88e6c03ec9587a8799ad09 |
|
MD5 | aebf4be35a308ce83b8dd2e2d273b896 |
|
BLAKE2b-256 | 5999d75b040d9a0c407899989a4deeae378af5d4010d0ba1477624c86d9e498c |