A popular calculator for Galla merchant which can save hours of their calculations
- This calculator can be used by merchants, brokers who buy goods from farmers and distribute it to wholesalers.
- Merchants had to calculate the total money they need to give to farmers.
- But the calculation is time consuming and keep increasing as per the no. of vehicle and the quantity/rate of the goods
sudo apt-get install virtualenv python-pip
For more details see the kivy installation in virtualenv:
https://kivy.org/docs/installation/installation-linux.html#installation-in-a-virtual-environment
Note: I recommend to install buildozer==0.32, Cython==0.23.1 and kivy==1.9.1 for this app.
sudo -H pip install pip -U
sudo -H pip install setuptools -U
git clone https://github.com/sauravmahuri2007/kivymercal.git
cd kivymercal
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
# ignore these steps if you already created a virtualenv in 1st step.
python main.py
Refer buildozer installation documentation (installing buildozer in virtualenv is recommended):
http://buildozer.readthedocs.io/en/latest/installation.html
Note: following steps can be used to install buildozer in virtualenv:
virtualenv buildozerenv
source buildozerenv/bin/activate
pip install buildozer==0.32 Cython==0.23.1
Also make sure to chance the requirements = kivy
to requirements = kivy==1.9.1
in buildozer.spec
file created after buildozer init
Using kivylauncher run this app in android mobiles without installing any extra packages (except kivylauncher)
https://kivy.org/docs/guide/packaging-android.html#packaging-your-application-for-the-kivy-launcher