Testing a custom extension module
Project description
Python CPP Example
Test hybrid python-cpp package (an extension module).
Instructions
- Install:
pip install package_name
- Import the extension module:
from aesthetic_ascii import synthesize
# initialize drive object (to generate visuals)
drive = synthesize.Drive()
# generate a ASCII visual (dark_mode optional)
drive.generate(dark_mode=True)
# save to png
drive.to_png('aesthetic.png')
- Call the funk
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
File details
Details for the file python_cpp_example_peresec-0.0.8.tar.gz.
File metadata
- Download URL: python_cpp_example_peresec-0.0.8.tar.gz
- Upload date:
- Size: 195.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58fd05de07fddd1f706c17191339303e0ac71f6afab260e194e60c4058746c69
|
|
| MD5 |
3812eec8a20a8945ab2e000c6a50d731
|
|
| BLAKE2b-256 |
359ef0cf2528445ce93f8359be681cd7ab1430a859865fe7a1c210db1a6d86cd
|