Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Littleor/TDMS-Conver
A Cli Tool to cover the tdms file to excel file.
https://github.com/Littleor/TDMS-Conver
cli deep-learning excel tdms tdms-files xlsx
Last synced: about 2 months ago
JSON representation
A Cli Tool to cover the tdms file to excel file.
- Host: GitHub
- URL: https://github.com/Littleor/TDMS-Conver
- Owner: Littleor
- License: mit
- Created: 2021-08-06T04:44:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T12:20:23.000Z (about 3 years ago)
- Last Synced: 2024-09-09T11:01:11.624Z (4 months ago)
- Topics: cli, deep-learning, excel, tdms, tdms-files, xlsx
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Littleor/TDMS-Conver - A Cli Tool to cover the tdms file to excel file. (Python)
README
# TDMS-Conver
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
- [背景](#背景)
- [安装](#安装)
- [示例](#示例)
- [更多](更多 )
- [维护者](#维护者)
- [如何贡献](#如何贡献)
- [使用许可](#使用许可)## 背景
在使用NI的相关传感器采集数据时,一般的保存格式为`.tdms`,然而这种格式可能不方便用Python直接处理和阅读, 故推出了**TDMS-Conver**来将`.tdms`格式文件转换为`.xlsx`格式的Excel文件便于读写。
## 安装
这个项目基于Python3。请确保你本地安装的Python版本大于3。
```sh
$ pip install TDMS-Conver
$ # pip3 install TDMS-Conver # 如果使用的是pip3
```## 示例
**TDMS-Conver**可以实现**单个文件**的转换和**文件夹**的转换。
```bash
# 文件夹
tdms-conver ./data-dir
# 文件
tdms-conver ./data-dir/data.tdms
# 指定保存目录
tdms-conver ./data-dir -s ./output
```## 更多
## 维护者
[@Littleor](https://github.com/Littleor)。
## 如何贡献
非常欢迎你的加入![提一个 Issue](https://github.com/Littleor/TDMS-Conver/issues/new) 或者提交一个 Pull Request。
标准 Readme 遵循 [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) 行为规范。
## 使用许可
[MIT](LICENSE) © Littleor