Skip to main content

A small example package

Project description

TDMS-Conver

standard-readme compliant

背景

在使用NI的相关传感器采集数据时,一般的保存格式为.tdms,然而这种格式可能不方便用Python直接处理和阅读, 故推出了TDMS-Conver来将.tdms格式文件转换为.xlsx格式的Excel文件便于读写。

安装

这个项目基于Python3。请确保你本地安装的Python版本大于3。

$ pip install TDMS-Conver
$ # pip3 install TDMS-Conver # 如果使用的是pip3

示例

TDMS-Conver可以实现单个文件的转换和文件夹的转换。

# 文件夹
tdms-conver ./data-dir
# 文件
tdms-conver ./data-dir/data.tdms
# 指定保存目录
tdms-conver ./data-dir -s ./output 

更多

维护者

@Littleor

如何贡献

非常欢迎你的加入!提一个 Issue 或者提交一个 Pull Request。

标准 Readme 遵循 Contributor Covenant 行为规范。

使用许可

MIT © Littleor

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

TDMS-Conver-0.0.3.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page