Metadata-Version: 2.1
Name: rooq
Version: 0.1.2
Summary: automatically create files/folders according to provided structure
Home-page: https://github.com/naserjamal/rooq
Author: Naser Jamal
Author-email: naser.dll@hotmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask

# rooq

rooq is a simple file structure creator with a web-based UI.

## Installation

```python
pip install rooq
```

## Usage

After installation, simply run the following command in your terminal:

```python
rooq
```

This will open up a web browser with the rooq UI, allowing you to create file structures easily.

