blob: aaec93b402e4649bf048cd2a06eae3b4fba5ac8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
* 7Units Version 1.0.0-beta.2
(this project uses Semantic Versioning)
** What is it?
This is a unit converter, which allows you to convert between different units, and includes a GUI which can read unit data from a file (using some unit math) and convert between units that you type in, and has a unit and prefix viewer to check the units that have been loaded in.
Check the [[./docs/manual.pdf][user manual]] for information on how to use the program.
** Features
- Convert between units and between expressions of units
- Any linear or base units can use unit prefixes (including non-metric units!)
- Units and prefixes are defined in an editable data file, in a simple and intuitive format.
- Viewer and Prefix Viewer which allow you to search through all of the available units and prefixes and learn details about them.
- All of SI included in default text file
- Customizable rounding rules
** Screenshots
#+CAPTION: The main conversion interface
[[./screenshots/main-interface-dimension-converter.png]]
#+CAPTION: A secondary, more complicated conversion option
[[./screenshots/main-interface-expression-converter.png]]
|