Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

KivyBannerMob-1.2.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page