/PyFlix

🖥 French Movies & Tv Shows on-demand for free.

Primary LanguagePythonMIT LicenseMIT

PyFlix 🎬

PyFlix is a Python-based application that allows you to search for and watch french movies or series online. It provides a simple interface for browsing content and streaming videos.

Features 🚀

  • Search for movies or series.
  • Stream videos directly within the application.
  • Easy-to-use command-line interface.

Installation ⚙️

  1. Clone the repository:

    git clone https://github.com/Vodkarm/PyFlix.git
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage 📝

Run the main.py script to start the application:

python main.py

You will be prompted to choose whether you want to watch a movie or a series. Enter your query, select the desired title, and enjoy streaming!

To-Do List 📜

  • Add other languages
  • Improve TUI & Code
  • Improve script to scrape more than the first season of a serie on coflix

Contributing 🤝

Contributions are welcome! If you'd like to contribute to PyFlix, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/improvement).
  6. Create a new Pull Request.

License 📄

This project is licensed under the MIT License - see the LICENSE file for details.