Metadata-Version: 2.1
Name: fancy-cli
Version: 0.1.0
Summary: Folder Art with Neat Colors for You
Home-page: https://pythonkid90.github.io/fancy-cli
License: MIT
Author: Kye
Author-email: kye.urgolites@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pillow (>=10.3.0,<11.0.0)
Requires-Dist: typer[all] (>=0.12.3,<0.13.0)
Project-URL: Repository, https://github.com/pythonkid90/fancy-cli
Description-Content-Type: text/markdown

# FANCY-CLI: Folder Art with Neat Colors for You

FANCY is a command-line interface (CLI) tool that helps you customize the icons for your folders.

![FANCY logo](fancy/assets/poster.png)

## Installation

1.  Clone the repository:

    ```bash
    git clone https://github.com/pythonkid90/fancy-cli
    ```

2.  Install FANCY:

    ```bash
    pip install ./fancy-cli
    ```

> **Note**: The `dev_install.sh` script is for development purposes and is not required for regular installation.

## Usage

To view all available features, run:

```bash
fancy --help
```
    
## Branch Information


*   **main:** This branch is expected to be mostly stable for production use.
*   **dev:** This branch may contain some bugs, and serves as a "staging area" for new features.
*   **canary:** This branch is highly unstable and is only used for development. Do not use this branch.

## Windows Support

FANCY currently does not support Windows. This feature is planned for version 1.0.0.


