Metadata-Version: 2.1
Name: RemoveWindowsLockScreenAds
Version: 0.1
Summary: Remove Windows lock screen ads/Spotlight ads while keeping the rotating Spotlight image backgrounds.
Home-page: https://github.com/clarkb7/RemoveWindowsLockScreenAds
Author: Branden Clark
Author-email: clark@rpis.ec
License: MIT
Description: [![PyPI version](https://badge.fury.io/py/RemoveWindowsLockScreenAds.svg)](https://badge.fury.io/py/RemoveWindowsLockScreenAds)
        
        # Remove Windows lock screen/Spotlight Ads
        Remove Windows lock screen ads/Spotlight ads while keeping the rotating Spotlight image backgrounds. **The effect is immediate, there is no restart or logoff required.**
        
        This script can be run by any user, **no Administrator privileges are required.**
        
        This script parses the JSON configuration for Spotlight, located in `%LOCALAPPDATA%`, to remove the buzzfeed-esque ads that clutter the lock screen.
        <p align="center">
          <img src="https://github.com/clarkb7/RemoveWindowsLockScreenAds/blob/master/screenshots/ad.PNG?raw=true" />
        </p>
        
        By default the image credits are kept. Pass `--remove-credits` if you would like them removed, too.
        <p align="center">
          <img src="https://github.com/clarkb7/RemoveWindowsLockScreenAds/blob/master/screenshots/credits.PNG?raw=true" />
        </p>
        
        ## Installation
        ```
        python -m pip install --user RemoveWindowsLockScreenAds
        pythonw -m RemoveWindowsLockScreenAds --install
        ```
        
        ## Try it out without modifying anything
        ```
        python -m RemoveWindowsLockScreenAds --once --dry-run --verbose
        ```
        
        ## Detailed Usage
        ```
        usage: RemoveWindowsLockScreenAds.py [-h] [-v] [--dry-run] [--remove-credits] (--once | --watch | --install | --uninstall) [path]
        
        positional arguments:
          path              Path to file or directory to remove lock screen ads from.
        
        optional arguments:
          -h, --help        show this help message and exit
          -v, --verbose     Enable verbose logging
          --dry-run         Process and log but do not modify files
          --remove-credits  Remove the image credits box
        
        actions:
          --once            Remove ads from file(s) in path
          --watch           Continue running, watch directory for new Spotlight files, and remove ads from them
          --install         Start in --watch mode on login
          --uninstall       Remove installed files and login task
        ```
        
        
Keywords: windows-spotlight remove-ads windows-lockscreen
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
