Simplify your link conversion with CocoStream, an intuitive and powerful web application designed to convert Cocobox links into downloadable URLs. Built using Quart for the backend, it delivers fast, lightweight, and asynchronous performance.
- 🖼️ Modern UI: Clean and responsive design for a seamless user experience.
- 🔄 Real-Time Processing: Asynchronous backend ensures smooth and efficient operations.
- 🚀 Fast Conversion: Quickly transform CocoBox links into downloadable URLs.
- 🌙 Dark Mode: Optimized for comfortable usage in both light and dark environments.
CocoStream
├── app.py # Main application file
├── requirements.txt # Python dependencies
├── static # Static files (CSS, JS, images)
│ ├── css
│ │ └── style.css
│ ├── images
│ │ └── favicon.ico
│ └── js
│ └── script.js
├── templates # HTML templates
│ └── index.html
└── utils # Utility functions
└── helper.py
Ensure you have the following installed:
- Python 3.7+ 🐍
- Quart 🧩
Install dependencies with:
pip install -r requirements.txt
-
Clone the repository:
git clone https://github.com/RozhakXD/CocoStream.git cd CocoStream
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Access the app: Open your browser and go to
http://127.0.0.1:5000
.
- Paste Your Link: Enter your CocoBox link in the input field.
- Convert: Click the "Convert Link" button.
- Download: Receive a downloadable URL instantly.
- TailwindCSS - For beautiful and responsive designs
- Quart - A Python web microframework
If you love this project and want to support its development, consider buying us a coffee or leaving a tip:
This project is licensed under the MIT License - see the LICENSE file for details.