Skip to content

Commit

Permalink
Improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
limafresh committed Oct 26, 2024
1 parent a936b96 commit f546be8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@
![Static Badge](https://img.shields.io/badge/PyQt-6-green)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

A fully functional calculator written in PyQt 6 and using sympy for calculations.
A fully functional calculator written in PyQt 6 and using SymPy for calculations. Qt Designer and Qt Linguist were used to create the interface.

## Modes
+ Standard
+ Engineer
+ Paper
## Features
+ Simple and lightweight
+ Standard, engineer and paper modes
+ Unit converter
+ Save journal as .txt
+ Move line up/down in paper mode
+ Remember mode, window size and user settings for next launch

## Installation
### Via pip
```
pip install pyqulator
```
### From source
```
git clone https://github.com/limafresh/pyqulator.git
Expand All @@ -27,11 +25,16 @@ cd pyqulator
```
pip install .
```
### From PyPi
```
pip install pyqulator
```

## Usage
```
pyqulator
```
If the program was installed from sources and on Linux, then you can launch it through the application menu. From PyPi this does not work yet.

## Screenshots
*Standard mode*
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyqulator"
version = "1.6.4"
version = "1.6.5"
dependencies = [
"PyQt6>=6.4.2",
"sympy>=1.13.3",
Expand Down

0 comments on commit f546be8

Please sign in to comment.