DramaNite is a Python application designed to streamline the process of searching, organizing, and playing drama series from KissAsian. It provides an interactive command-line interface for users to search for dramas, maintain a personal library, track watch history, and play episodes directly using MPV player.
- Search for Dramas: Quickly search for dramas by title.
- Personal Drama Library: Add and remove dramas from a personal library.
- Watch History: Keep track of watched episodes.
- Stream Episodes: Play drama episodes directly via MPV player.
- Download Episodes: Download drama episodes directly.
- Clear and User-Friendly Interface: Navigate easily through the application with clear prompts and commands.
To use DramaNite, you need to have Python installed on your system. Additionally, the MPV media player is required to stream episodes.
- Python 3.x
- MPV player
- Clone the repository:
git clone https://github.com/sasaki-kun1/DramaNite.git cd DramaNite
- Install Python dependencies:
pip install -r requirements.txt
- Install MPV: Windows: Download and install from MPV's official website. You can also download from the Windows Store (it's the unofficial version). MacOS/Linux: Use package managers like 'brew' or 'apt'
Run the application from the command line:
python3 main.py
Follow the on-screen prompts to navigate through the application.
Contributions to DramaNite are welcome! Please feel free to fork the repository, make changes, and submit pull requests.
-
KissAsian for providing the drama content.
-
The creators and maintainers of the MPV player.
-
All contributors who have helped to improve this project.
-
Note: DramaNite is a fan-made project and is not affiliated with KissAsian.