beeware

Using BeautifulSoup in a BeeWare app gives `ModuleNotFoundError: No module named 'bs4'

Using BeautifulSoup in a BeeWare app gives `ModuleNotFoundError: No module named 'bs4' Question: I am trying to import beautifulsoup4in a BeeWare app (with its own virtual environment) using the command: from bs4 import BeautifulSoup But I get a ModuleNotFoundError: No module named ‘bs4’ even though I have installed beautifulsoup4 in my virtual environment and added …

Total answers: 1

How to play sound in an Android app created by BeeWare using Python?

How to play sound in an Android app created by BeeWare using Python? Question: I used the BeeWare environment to create a simple MahJong game (find & click pairs to remove them) using Python (with Toga as layout tool) for Android. Now I would like to have some buttons give a "click sound" when pressed: …

Total answers: 2

Is it possible to use Python to write cross-platform apps for both iOS and Android?

Is it possible to use Python to write cross-platform apps for both iOS and Android? Question: Is it possible to use Python to write cross-platform apps for both iOS and Android Asked By: user1404932 || Source Answers: For Android Google provides something called ASE (Android Scripting Environment) which allows scripting languages (Python included) to run …

Total answers: 5