A Python API for the Creality K1 3D printer
Project description
Creality K1 API
A Python package to communicate with the Creality K1 3D printer.
Installation
pip install creality_k1_api
Usage
import asyncio
from creality_k1_api import CrealityK1Client
async def main():
client = CrealityK1Client("192.168.1.100", 9999)
await client.connect()
# Your code here
await client.disconnect()
if __name__ == "__main__":
asyncio.run(main())
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
creality_k1_api-0.0.1.tar.gz
(15.7 kB
view details)
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 creality_k1_api-0.0.1.tar.gz.
File metadata
- Download URL: creality_k1_api-0.0.1.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67b86ef223b033d11c980faae3355d21eaf4fa5c6e828a8723aa48e7c5e9d95e
|
|
| MD5 |
a84edbc52abf27df3885412e3a93faad
|
|
| BLAKE2b-256 |
5704301b2a591f281cbe800896ed59618b2613fa3f495da15b52ac22949265b2
|
File details
Details for the file creality_k1_api-0.0.1-py3-none-any.whl.
File metadata
- Download URL: creality_k1_api-0.0.1-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2965fc5e08590dc3e388d5119b6cc6abab7d3464ac6b6c7b970df114fed823dd
|
|
| MD5 |
652fb45e082bb560a3fcdb2abb451295
|
|
| BLAKE2b-256 |
7f4e402d87fbd10c10df139ef04a505677b207db4231d3e89d1d2e991bfa3e3c
|