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)
- readfile(file)
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!
readfile(file="file.txt")
Output: The contents of file.txt
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")
Notes:
* None for now
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.3.0.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file nikkiepy-0.3.0.tar.gz
.
File metadata
- Download URL: nikkiepy-0.3.0.tar.gz
- Upload date:
- Size: 3.1 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 | 079aa800ea4f8ab5166f11466a99b70c54902c261d170e2b47723d9f448d24fc |
|
MD5 | 06fbf260998e61f688ce9eeda0de4ff3 |
|
BLAKE2b-256 | 6a33b4426239be26707560d8fa60b3bd82cd9125d6b14ba47dab31d68eb95742 |
File details
Details for the file nikkiepy-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: nikkiepy-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.7 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 | faf5baed57019116f6b57239d6e1b4eeb35428c20e43cf3f979104a3169fbc06 |
|
MD5 | 81c9815439b6c02bfbf682135c38624f |
|
BLAKE2b-256 | 73ee1a142ada9adeaf357a9f413b545ee5bb36bba7435caf456751e87acd45f8 |