Put Admob banner ads in your Kivy application
Project description
KivyBannerMob
Put Admob banner ads in your Kivy application
Fixes
Fixed hide_banner call
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.1.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file KivyBannerMob-1.2.1.tar.gz
.
File metadata
- Download URL: KivyBannerMob-1.2.1.tar.gz
- Upload date:
- Size: 3.1 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 | 11895b3a51da4bac744a3b315d16e310f4592de3041f83d89b3507e9a3fec590 |
|
MD5 | f0e6bfec7ec74972a55427970ce5cd3f |
|
BLAKE2b-256 | 4af045c95a841c576f3c0328e23aaf8fb314ad0939f32911a13ebebddeaddbc7 |
File details
Details for the file KivyBannerMob-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: KivyBannerMob-1.2.1-py3-none-any.whl
- Upload date:
- Size: 3.8 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 | ff33cc41f98c93de6371bd3f487bfee21e8cbc65a85cd2131b27db2b494320c1 |
|
MD5 | c3641141c251e3b95cdce348a7416b25 |
|
BLAKE2b-256 | d22a547423455063098b743632419e695264e3a7e2a615cc0f1ca5bff6db673e |