Skip to main content

Bypasses spotify ads by closing and opening spotify

Project description

SpotifyAdBypass

  • How to use SpotifyAdBypass

  • $ pip install spotifyadbypass
    

    if git clone, use

    $ pip install win32gui
    

    Usage

    Make sure to keep Spotify closed as the program will auto open Spotify application.

    Note : Use the Spotify .exe installer do not use the Spotify's microsoft application

    from spotifyadbypass import SpotifyBypass
    
    def printSong(artistTitle):
        print(artistTitle["artist"].encode('utf-8'), '-', artistTitle["title"].encode('utf-8'), )
    
    #instantiate with a printSong callback
    byPass = SpotifyBypass(printSong)
    

    Project details


    Download files

    Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

    Source Distributions

    No source distribution files available for this release.See tutorial on generating distribution archives.

    Built Distribution

    spotifybypassv2-0.0.2-py3-none-any.whl (2.7 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