An open API service indexing awesome lists of open source software.

https://github.com/kourva/postfix

Simple android app to convert Infix expression to Postfix
https://github.com/kourva/postfix

andoid-app application infix-to-postfix kivy-framework postfix-notation python pythonapplication

Last synced: 4 months ago
JSON representation

Simple android app to convert Infix expression to Postfix

Awesome Lists containing this project

README

          





Postfix

###### Simple app to convert Infix expression to Postfix
###### This app %100 made for cheating in exams when you don't have access to internet XD

# Installation
+ clone
```bash
git clone https://github.com/Kourva/PostFix && cd PostFix
```
+ requirements
```bash
pip install kivy
```
+ run
```bash
python main.py
```

###### use [google colab](colab.research.google.com/) to convert this kivy app to apk.

# Preview