Metadata-Version: 2.2
Name: claire_organizer
Version: 1.0.1
Summary:  A command line file organizer made. My largest project so far.
Home-page: https://github.com/uwungu01-rep/claire_organizer-python.edition
Author: Zizel
Author-email: danbua999@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: summary

# Claire Organizer - Python Edition
(Don't judge me, I'm outta names) <br/>
A command line file organizer made. My largest project as of the creation of this repository.

## Functionalities
Organize the content of a folder, with various option, these include:
1. Configure the file types of a category.
2. Add/Remove a category of file types.

## Installation
<ol type="1">
  <li>
    Install Python 3.x from <a href="https://www.python.org/downloads/">here</a>. (Ignore if you already have Python 3.x installed)
  </li>
  <li>
    Open terminal, run:
    
```
pip install claire_organizer
```
  </li>
</ol>


## Usage
<ol type="1">
  <li>
    Open terminal, run: <!-- I hope the reference won't be too obvious -->

```
elford
```
  </li>
  <li>
    Alternatively, in a Python file (*.py), you can do:
    
```
from claire_organizer import main
main()
```
  </li>
</ol>

## Requirement(s)
1.  Python 3.x

## Note(s)
1. Deleting the config folder/file could cause everything to revert back to the default setting the next time you boot up the progam.

## License
This project is licensed under the GNU General Public License 3.0, check [LICENSE](LICENSE) for more details.
