Metadata-Version: 2.1
Name: lumes
Version: 0.0.4a3
Summary: A simple wraper for screenshot
Home-page: https://github.com/juliancoffee/lumes-py/
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/juliancoffee/lumes-py/issues
Project-URL: Source, https://github.com/juliancoffee/lumes-py/
Description: What can it do?
        ==========
        
        Simple wrapper around maim and xclip for doing screenshots.</br>
        For help write</br>
        `$ lumes -h`
        
        Requirements
        ----------
        
        1. maim
        2. xclip
        
        Installation
        ------------
        To upgrade pip
        </br>`$ python3 -m pip install -U pip`
        </br>To be sure you use proper version of python
        </br>`$ python3 -m pip install lumes`
        </br>To upgrade lumes
        </br>`$ python3 -m pip install -U lumes`
        
        Features
        -----------
        
        1. Selection area
        2. Move screen to clipboard (by default)
        3. Save screenshot in file
        4. Save screenshots in directory
        
        Examples
        ----------
        For just get picture of your screen and copy it to clipboard
        </br>`$ lumes `
        </br>The same but with selection of area
        </br>`$ lumes -s `
        </br>Copy to clipboard and save in file
        </br>`$ lumes -f img.png`
        </br>Choose selection, copy to clipboard and save in directory with screenshots (if you have that directory)
        </br>`$ lumes -s -d $HOME/Screenshots/`
        
        In future
        ----------
        
        1. Wayland support
        2. Shell-completions support
        3. Integrations with xdotool
        
Keywords: screenshot
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3, <4
Description-Content-Type: text/markdown
