Skip to content

cpellet/Flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flex

Flex is data-science oriented spreadsheet desktop program written in python, with a TkInter GUI.

Screenshot

Installation

Download a release to install Flex and install the following dependencies

pip install xlsxwriter tksheet

Run the script using python 3:

python3 flex.py

Usage

Flex supports formula entry using the = prefix in any cell. The additional features are now supported:

  • Data import from other spreadsheet formats such as MS Excel or in csv
  • Support for all functions implemented in python's mathand statistics module
  • Cross-cell referencing by address (e.g: B14), including ranges as arrays (e.g: A1:B6)
  • Graphing of data using the matplotlib package
  • Automatic update propagation to other referenced cells

Contributing`

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Spreadsheet program for data science, written in python

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages