Skip to content

JunHuaBai96/tctools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tctools

Python tools for parsing and manipulating Thermo-Calc® output data.

Installation and requirements

tctools runs in python >= 2.7 using the following non-standard python libraries:

  • numpy
  • matplotlib
  • scipy
  • pandas
  • periodictable
  • openpyxl
  • xlwt

First clone tctools repository:

git clone https://github.com/arthursn/tctools

Then install tctools by running setup.py with the --user option to install tctools in the user folder:

python setup.py install --user

Please notice that setuptools must be installed beforehand.

If tctools is installed using setup.py, all dependencies should be automatically solved. Otherwise, the required libraries can be installed from the Python Package Index using pip:

pip3 install numpy matplotlib scipy pandas periodictable openpyxl xlwt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages