Metadata-Version: 2.4
Name: novadl
Version: 1.0.0
Summary: A beautiful TUI for downloading videos and audio
Home-page: https://github.com/ShovonSheikh
Author: MD. Shahariar Ahmmed Shovon
Author-email: "MD. Shahariar Ahmmed Shovon" <shovonali885@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/ShovonSheikh
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Multimedia :: Video
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: yt-dlp
Requires-Dist: textual
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# novadl - Nova Downloader

A beautiful terminal user interface (TUI) for downloading videos and audio from various platforms.

## Features

- 🎨 Modern TUI interface
- 🎵 Audio-only mode (MP3)
- 🎬 Video downloads (MP4)
- 📊 Real-time progress tracking
- 🔄 Auto-open after download
- 📱 Termux support with media scanning
- 🎯 Unique filename generation

## Installation
```bash
pip install novadl
```

## Usage

Simply run:
```bash
novadl
```

Then:
1. Enter a video URL
2. Toggle options (Audio Only, Auto Open)
3. Click Download
4. Enjoy!

## Termux Setup

For Android/Termux users, the app will guide you through installing Termux API for media scanning.

## License

MIT License
```

### `LICENSE`
```
MIT License

Copyright (c) 2024 Your Name

Permission is hereby granted, free of charge, to any person obtaining a copy...
[Full MIT license text]
```
