Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 770 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 770 Bytes


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
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