Skip to content

MiLL4U/smd-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMD Converter

GUI application to convert smd files to Igor Pro files (Igor binary wave)

Main window of SMD converter

Requirements

  • ibwpy (library to Read/Write Igor binary waves)

Installation

Install with pip (using Git, recommended)

  1. Install ibwpy to your Python environment
$ python -m pip install git+https://github.com/MiLL4U/ibwpy.git
  1. Install SMD Converter
$ python -m pip install git+https://github.com/MiLL4U/smd-converter.git

Use executable file (for 64bit Windows only)

  1. download a compressed file (*.zip) from Releases

  2. Extract SMD Converter (smdconverter.exe) from the compressed file

Install with pip

  1. Install ibwpy to your Python environment

  2. download a wheel package (*.whl) from Releases

  3. Install SMD Converter with pip

$ python -m pip install smdconverter-x.y.z-py3-none-any.whl

(replace x.y.z with the version of SMD Converter which you downloaded)

Install with git clone

  1. Install ibwpy to your Python environment

  2. Clone this repository

$ git clone https://github.com/MiLL4U/smd-converter.git
  1. Go into the repository
$ cd smd-converter
  1. Install SMD Converter with setup.py
$ python setup.py install

Usage

Launch GUI application with:

$ python -m smdconverter

or:

$ python launch.py

About

GUI application to convert smd files to Igor Pro files (Igor binary wave)

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages