Metadata-Version: 2.1
Name: movens
Version: 1.0.6
Summary: CLI tool to arrange files smartly
Home-page: https://github.com/Py-Contributors/FileMoverGUI
Author: CodePerfectPlus
Author-email: deepak008@live.com
License: UNKNOWN
Description: <h1 align="center">FileMover 📁</h1>
        <p align="center">CLI tool to arrange your files smartly with filemover`</p>
        
        <p align="center">
        <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
        <img src="https://img.shields.io/badge/update-Quarterly-green.svg" alt="update-montly">
        <img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" alt="maintained">
        <img src="https://img.shields.io/readthedocs/filemover">
        </p>
        
        - [Introduction](#introduction)
        - [How To Run](#how-to-run)
        - [Documentation](#documentation)
        - [Changelog](#changelog)
        - [Usage](#usage)
        - [Contributors](#contributors)
        - [Contributing](#contributing)
        - [License](#license)
        - [Project status](#project-status)
        
        ## Introduction
        
        This tool allows automatic file moving, each file to the folder that corresponds to its extension (e.g. ".jpg" ==> "/Pictures", ".mp4" ==> "/Videos")
        
        ## How To Run
        
        ```bash
        pip install movens
        ```
        
        ## Documentation
        
        Documentation is available at [filemover.readthedocs.io](https://filemover.readthedocs.io/en/latest/)
        
        ## Changelog
        
        See [CHANGELOG.md](./CHANGELOG.md) 
        
        ## Usage
        
        FileMover Is a Python program to move files automatically with the help of Python. This will help you to manage your download folder for automatic cleanup.
        
        ## Contributors
        
        <a href="https://github.com/Py-Contributors/filemover/graphs/contributors">
          <img src="https://contrib.rocks/image?repo=Py-Contributors/filemover"/>
        </a>
        
        
        ## Contributing
        
        check [CONTRIBUTING.md](./CONTRIBUTING.md)
        
        ## License
        
        For open-source projects, Under MIT License.
        
        ## Project status
        
        This project is developed and maintained by [Py-Contributors](https://github.com/Py-Contributors/FileMover).
        
        [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
        
Keywords: filemover,movefiles,organizefiles,organizefiles,filemovergui,filemover-gui
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Requires-Python: >=3.1
Description-Content-Type: text/markdown
