Metadata-Version: 2.1
Name: movens
Version: 1.0.8
Summary: CLI tool to arrange files smartly
Home-page: https://github.com/codeperfectplus/movens
Author: codeperfectplus
Author-email: deepak008@live.com
Keywords: movens,file organizer,file manager,file sorting,file arrangement,file categorization,file classification,file organization tool,command line tool,CLI tool
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Requires-Python: >=3.1
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
  <a href="https://py-contributors.github.io/audiobook/"><img src="https://capsule-render.vercel.app/api?type=rect&color=009ACD&height=100&section=header&text=FileMover%20📁&fontSize=80%&fontColor=ffffff" alt="website title image"></a>
  <h2 align="center">👉 CLI tool to arrange your files smartly with filemover 👈</h2>
</p>

<p align="center">
    <a href="https://twitter.com/pycontributors"><img src="https://img.shields.io/twitter/follow/pycontributors?style=social" alt="Twitter" /></a>
    <a href="https://github.com/codeperfectplus?tab=followers"><img src="https://img.shields.io/github/followers/codeperfectplus.svg?style=social&label=Follow&maxAge=2592000"/></a>
</p>
</br>

<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/movens">
</p>

## Table of Contents

- [Table of Contents](#table-of-contents)
- [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 [Movens](https://movens.readthedocs.io/)

## 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/)
