Releases: mivige/InfoCalc
Releases · mivige/InfoCalc
InfoCalc v1.0.0 – Interactive Information Theory Calculator
InfoCalc is an intuitive and interactive calculator built with Python and Tkinter, designed to help users compute essential metrics in information theory. Ideal for students, researchers, and enthusiasts, InfoCalc offers an accessible GUI to calculate entropy, average length, and efficiency based on user-defined probability distributions and code lengths.
Key Features
- Entropy Calculation: Computes entropy for a given probability distribution.
- Average Length Calculation: Calculates the average code length based on specified lengths and probabilities.
- Efficiency Calculation: Determines code efficiency using entropy and average length values.
Setup & Installation
No need for Python! Simply download and run the provided .exe file.
- Download
InfoCalc.exefrom the assets below. - Run the
.exefile to start using InfoCalc.
Additional Resources
- Documentation: Detailed guides are available in the
/docsfolder. - Source Code: Organized and modular code structure available in the
/srcfolder. - Testing Suite: Includes unit tests for all major calculations and validation functions in the
/testfolder.
Contributions
Feedbacks, bug reports, and contributions are welcome! Open an issue or submit a pull request to help improve InfoCalc.