|
1 | | -# FileMover |
2 | | - |
3 | | -[](https://www.python.org/downloads/release/python-360/) |
4 | | -[](./LICENSE.md) |
5 | | - |
6 | | - |
7 | | -- [FileMover](#filemover) |
8 | | - - [Introduction](#introduction) |
9 | | - - [Python](#python) |
10 | | - - [FileMover](#filemover-1) |
11 | | - - [How To Run](#how-to-run) |
12 | | - - [Installation](#installation) |
13 | | - - [Usage](#usage) |
14 | | - - [Support](#support) |
15 | | - - [Roadmap](#roadmap) |
16 | | - - [Contributing](#contributing) |
17 | | - - [Authors and acknowledgment](#authors-and-acknowledgment) |
18 | | - - [License](#license) |
19 | | - - [Project status](#project-status) |
20 | | - - [Author](#author) |
| 1 | +<h1 align="center">FileMover 📁</h1> |
| 2 | +<p align="center">Arrange your files smartly with filemover</p> |
| 3 | + |
| 4 | +<p align="center"> |
| 5 | +<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"> |
| 6 | +<img src="https://img.shields.io/badge/update-monthly-green.svg" alt="update-montly"> |
| 7 | +</p> |
| 8 | + |
| 9 | +- [Introduction](#introduction) |
| 10 | +- [How To Run](#how-to-run) |
| 11 | +- [Documentation](#documentation) |
| 12 | +- [Changelog](#changelog) |
| 13 | +- [Usage](#usage) |
| 14 | +- [Contributors](#contributors) |
| 15 | +- [Contributing](#contributing) |
| 16 | +- [License](#license) |
| 17 | +- [Project status](#project-status) |
21 | 18 |
|
22 | 19 | ## Introduction |
23 | 20 |
|
24 | | -### Python |
25 | | - |
26 | | -Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Python Automation To Arrange Files In One Click with the help of Python 3.0+. |
27 | | - |
28 | | -### FileMover |
29 | | - |
30 | 21 | This tool allows automatic file moving, each file to the folder that corresponds to its extension (e.g. ".jpg" ==> "/Pictures", ".mp4" ==> "/Videos") |
31 | 22 |
|
32 | 23 | ## How To Run |
33 | 24 |
|
34 | | -- Put in Download Folder Or Wherever You want to automatically move the file and Just run |
35 | | - |
36 | | -For CLI |
37 | | - |
38 | 25 | ```bash |
39 | | -python filemover.py |
| 26 | +pip install filemover |
40 | 27 | ``` |
41 | 28 |
|
42 | | -For GUI |
| 29 | +## Documentation |
43 | 30 |
|
44 | | -```bash |
45 | | -python filemovergui.py |
46 | | -``` |
| 31 | +Documentation is available at [filemover.readthedocs.io](https://filemover.readthedocs.io/en/latest/) |
47 | 32 |
|
48 | | -## Installation |
| 33 | +## Changelog |
49 | 34 |
|
50 | | -- This is A python 3 package. |
51 | | -- Install Python 3.0+ or Anaconda 3.0+ |
| 35 | +See [CHANGELOG.md](./CHANGELOG.md) |
52 | 36 |
|
53 | 37 | ## Usage |
54 | 38 |
|
55 | 39 | 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. |
56 | 40 |
|
57 | | -## Support |
58 | | - |
59 | | -Cotributors for the Project. |
60 | | - |
61 | | -- [CodePerfectPLus](https://github.com/codePerfectPlus) |
62 | | -- [AmiterCodes](https://github.com/AmiterCodes) |
63 | | -- [Chems Eddine Senoussi](https://github.com/chemsedd) |
| 41 | +## Contributors |
64 | 42 |
|
65 | | -## Roadmap |
| 43 | +<a href="https://github.com/Py-Contributors/filemover/graphs/contributors"> |
| 44 | + <img src="https://contrib.rocks/image?repo=Py-Contributors/filemover"/> |
| 45 | +</a> |
66 | 46 |
|
67 | | -what's new in a future update |
68 | | - |
69 | | -- More File Extension will be added soon |
70 | | -- Contributions are welcome |
71 | 47 |
|
72 | 48 | ## Contributing |
73 | 49 |
|
74 | | -Before submitting a bug, please do the following: |
75 | | - |
76 | | -Perform basic troubleshooting steps: |
77 | | - |
78 | | -- ### Make sure you are on the latest version. If you are not on the most recent version, your problem may have been solved already! Upgrading is always the best first step |
79 | | - |
80 | | -- ### Try older versions. If you are already on the latest release, try rolling back a few minor versions (e.g. if on 1.7, try 1.5 or 1.6) and see if the problem goes away. This will help the devs narrow down when the problem first arose in the commit log |
81 | | - |
82 | | -- ### Try switching up dependency versions. If the software in question has dependencies (other libraries, etc) try upgrading/downgrading those as well |
83 | | - |
84 | | -## Authors and acknowledgment |
85 | | - |
86 | | -Show your appreciation to those who have contributed to the project. |
| 50 | +check [CONTRIBUTING.md](./CONTRIBUTING.md) |
87 | 51 |
|
88 | 52 | ## License |
89 | 53 |
|
90 | 54 | For open-source projects, Under MIT License. |
91 | 55 |
|
92 | 56 | ## Project status |
93 | 57 |
|
94 | | -## Author |
95 | | - |
96 | | -- Module: FileMoverGUI |
97 | | -- Author : Py-Contributors |
98 | | -- Language: Python |
99 | | -- Github: <https://github.com/codePerfectPlus> |
100 | | -- Website: <http://codeperfectplus.herokuapp.com/> |
| 58 | +This project is developed and maintained by [Py-Contributors](https://github.com/Py-Contributors/FileMover). |
0 commit comments