Metadata-Version: 2.1
Name: filddle
Version: 0.1
Summary: light-weight file classifier
Home-page: https://github.com/khaingmyelkhant/Filddle
Author: Khaing Myae Khant
Author-email: kaelkhantweb@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

<h1 align="center">
  <br>
  <a href="https://github.com/khaingmyelkhant/Filddle"><img src="https://i.ibb.co/fdDzCBR/download.png" alt="filddle-logo"></a>
  <br>
  Filddle
  <br>
</h1>

<h4 align="center">
Light-Weight File Classifier Script
</h4>

<p align="center">
<a href="https://github.com/khaingmyelkhant/Filddle/README.md/#"> Filddle Wiki </a> â€¢
<a href="https://github.com/khaingmyelkhant/Filddle/README.md/#"> Usage </a> â€¢
<a href="https://github.com/khaingmyelkhant/Filddle/README.md/#"> For Developers </a> â€¢
</p>

Fiddle is a light-weight python script to classify your massy files. Instead of moving files<br/>manually for some time
Filddle will help your work to be done in an efficient and easy way.

Before Classifying
```
C:.
    filddle.py
    image.jpg
    Imagesholesm.png
    Imagesspiral (1).png
    Imagesspiral.png
    miscdownloadHandler.py
    miscfileMonitor.py
    progressBar.py
    simal.py
    sorter.py
    test.py
```

After Classifying

```
C:.
â”‚   filddle.py
â”‚
â”œâ”€â”€â”€Pictures
â”‚       image.jpg
â”‚       Imagesholesm.png
â”‚       Imagesspiral (1).png
â”‚       Imagesspiral.png
â”‚
â””â”€â”€â”€Scripts
        miscdownloadHandler.py
        miscfileMonitor.py
        progressBar.py
        simal.py
        sorter.py
        test.py
```
### Documentation ( unavailable for now )
- [Usage](https://github.com/khaingmyelkhant/Filddle/README.md/#)

### Contribution
Ways to contribute
- Suggest a feature
- Report a bug
- Fix something and open a pull request
- Create a new function
- Help me document the code
- Spread the word

Licensed under the GNU GPLv3, see [LICENSE](LICENSE) for more information.



