A Simple Calculator made with kivy framework in python
Kivy Calculator A Simple Calculator made with kivy framework.Works on all platforms from Windows/linux to android. Simple kivy project to help new kivy users build android apps with python. Getting Started Dependencies Python, kivy and buildozer. Installing pip install kivy pip install buildozer Executing program After installing all the necessary modules. open project directory in your IDE and run main.py or from your terminal and type: cd /../../project_files python3 main.py Packaging Your App for Android Create a new folder and […]
Read more