Create graphs with logarithm scales, namely BODE diagrams.
## Install
### Windows
You can generate installers from AccountFree after installing all the dependencies:
- Windows installer:
- You need `pyinstaller`. You can install it using `pip install pyinstaller`.
- Run the `win/build-windows.bat` script (or `win/build-wine.sh` if you're cross-compiling with wine on Linux) to build an exe for AccountFree.
- You also [NSIS](https://nsis.sourceforge.io/Main_Page) (Linux users can install the `nsis` package).
- Run the `win/package-windows.bat` script (or `win/package.wine.sh`if you're cross-compiling on Linux). You will find a accountfre-esetup.exe installer in the dist/logarithmplotter/ folder.