Metadata-Version: 2.1
Name: copy-windows-10-lock-screen-wallpaper
Version: 1.1.4
Summary: Copy Windows 10 Lock Screen Wallpaper
Home-page: https://github.com/seehait/copy-windows-10-lock-screen-wallpaper
License: MIT
Description: # Copy Windows 10 Lock Screen Wallpaper
        
        [![Travis](https://travis-ci.com/seehait/copy-windows-10-lock-screen-wallpaper.svg?branch=master)](https://travis-ci.com/seehait/copy-windows-10-lock-screen-wallpaper)
        [![GitHub license](https://img.shields.io/github/license/seehait/copy-windows-10-lock-screen-wallpaper.svg)](https://github.com/seehait/copy-windows-10-lock-screen-wallpaper/blob/master/LICENSE)
        [![PyPI](https://img.shields.io/pypi/v/copy-windows-10-lock-screen-wallpaper.svg)](https://pypi.org/project/copy-windows-10-lock-screen-wallpaper)
        
        Copy Windows 10 current lock screen wallpaper to destination directory.
        
        ## Table of Contents
        
        - [Requirement](#requirement)
        - [Installation](#installation)
          - [Installing from PyPI](#installing-from-pypi)
          - [Installing from Git](#installing-from-git)
        - [Usage](#usage)
        - [License](#license)
        
        ## Requirement
        
        - Microsoft Windows 10
        - Python 3.6+
        
        ## Installation
        
        ### Installing from PyPI
        
        ```sh
        pip3 install copy-windows-10-lock-screen-wallpaper
        ```
        
        ### Installing from Git
        
        1. Clone this repository
        2. Run `python3 setup.py install`.
        
        ## Usage
        
        ```sh
        copy-lock-screen-wallpaper [--destination {destination_directory}]
        ```
        
        ### Example
        
        ```sh
        copy-lock-screen-wallpaper
        ```
        
        ```sh
        copy-lock-screen-wallpaper --destination C:\
        ```
        
        ## License
        
        (C) 2019 Seehait Chockthanyawat.
        
        *Copy Windows 10 Lock Screen Wallpaper* is licensed under [MIT License](LICENSE)
        
Platform: windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Description-Content-Type: text/markdown
