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
- Host: GitHub
- URL: https://github.com/kourva/postfix
- Owner: Kourva
- Created: 2023-01-26T11:18:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:00:22.000Z (over 1 year ago)
- Last Synced: 2025-04-12T09:18:49.117Z (10 months ago)
- Topics: andoid-app, application, infix-to-postfix, kivy-framework, postfix-notation, python, pythonapplication
- Language: Python
- Homepage:
- Size: 422 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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