No project description provided
Project description
Deep_Python
Углубленный Python, весна 2025, ИТМО
HW2 🔮
A Python library for generating LaTeX documents with tables and images.
Installation
pip install astra_latex_tools
Usage
from latex_generator import list_to_LaTex_table, add_image_to_latex
data = [
["Name", "Age", "City"],
["Alice", 24, "New York"],
["Bob", 30, "Los Angeles"],
["Charlie", 22, "Chicago"]
]
# Add Table
list_to_LaTex_table(data)
# Add image
add_image_to_latex("image.png")
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
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 astra_latex_tools-0.1.0.tar.gz.
File metadata
- Download URL: astra_latex_tools-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33baab1fcc1e774decb15d92e039fef2bc2998c19e0011d4ae015f16ee1a3de3
|
|
| MD5 |
33a981988ea7047d36aa34e09c1d5256
|
|
| BLAKE2b-256 |
3904d260d523003ecea671e28635ac16d86ec60fc87cdbb0450dd1d830858107
|
File details
Details for the file astra_latex_tools-0.1.0-py3-none-any.whl.
File metadata
- Download URL: astra_latex_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f76527a382333dfe333685dfd82f028f76747d8eb220a70740d8e354bf486cb6
|
|
| MD5 |
0be6b1df7fd20fee27b3545d5253a344
|
|
| BLAKE2b-256 |
725e2bf52d1f9e004a735a9d606137a1b6f8c4c5e304f6a9a0eeace65d5b221f
|