Metadata-Version: 2.4
Name: aclilearner
Version: 0.1.0
Summary: A cli to learn cli and a download organizer
Author: Adithya krishna
License-Expression: Apache-2.0
Project-URL: Source code, https://github.com/ZLaTaN003/aclilearner
Project-URL: Issue tracker, https://github.com/ZLaTaN003/aclilearner/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: rich>=15.0.0
Dynamic: license-file

# aclilearner

This is a command line tool that gives us quick tldr examples on the commands which are categorized.
It also includes a download organizer that organizes the files in the download directory to appropriate folders.
The goal of this project was to learn package distribution.

## Installation

aclilearner is available in pypi

```bash
   pip install aclilearner
```

Follow these steps to set up the project locally:

1. **Clone the repository:**
   ```bash
   git clone https://github.com/ZLaTaN003/aclilearner.git
   ```

2. **Set up a virtual environment (recommended):**
   ```bash
   # On macOS/Linux
   python3 -m venv venv
   source venv/bin/activate

   # On Windows
   python -m venv venv
   .\venv\Scripts\activate
   ```

3. **Install the dependencies:**
   ```bash
   pip install .
   ```

4. **Run the program:**
   ```bash
     cd src/
     python -m acli.main fd #h for help
   ```

### Preview

   ![demo](images/demo.gif)


#### Command TLDR from [tldr.inbrowser.app](https://tldr.inbrowser.app/)
