Put Admob banner ads in your Kivy application
Project description
KivyBannerMob
Put Admob banner ads in your Kivy application
Example usage
class MyApp(App):
def __init__(self):
super().__init__()
admob = KivyBannerMob('ca-app-pub-7420457689342922~9251120518', True) # if True, will disregard your APP ID and Banner Ad Unit ID and display the Test Admob Banner Ad
admob.load_banner_ad('ca-app-pub-7420457689342922/1311445966')
admob.show_banner()
def build(self):
return Label(text='Hello world')
if __name__ == '__main__':
MyApp().run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
KivyBannerMob-1.2.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file KivyBannerMob-1.2.tar.gz
.
File metadata
- Download URL: KivyBannerMob-1.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15954b0957e8cf9dbb619861ccde9eba4f35ddcff9588e65d3b56abf3d120624 |
|
MD5 | ec27ce53b6581cd84c416b6552b1f68f |
|
BLAKE2b-256 | 2e0fa1be6e6db93d24bcc36dc09294a2e56d31220369df69c3e289209ebe7195 |
File details
Details for the file KivyBannerMob-1.2-py3-none-any.whl
.
File metadata
- Download URL: KivyBannerMob-1.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df6a5a17ff4f49d9b7e7f30c4aefe9f48aeb5db485aae945c1830b76e645a3ea |
|
MD5 | 1591edf3a96cd5441a075dec0ba22187 |
|
BLAKE2b-256 | 137bfc88fe5dc29970f5dbb374d49da9a06315afcbb09f8b675e8e038a373365 |