PostFix

Simple android app to convert Infix expression to Postfix

Stars
6
Committers
2
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
git clone https://github.com/Kourva/PostFix && cd PostFix
  • requirements
pip install kivy
  • run
python main.py
use google colab to convert this kivy app to apk.

Preview