Better version of Movie-finder
Is a scraper script to search for movies and find movie download links from my favorite movie website (avamovie). As a result, I don't need to open the browser to find and download the movie! XD
2023-07-28.15-56-56.mp4
Run the following commands in order
# clone the project in your local
git clone https://github.com/TorhamDev/Movie-finder.git
# install dependencies
pip install -r ./requirements.txt
# run the main.py
python src/main.py
# Enjoy :)
# clone the project in your local
git clone https://github.com/TorhamDev/Movie-finder.git
# install dependencies
pip install -r ./requirements-gui.txt
# run the gui_main.py
cd src
python gui_main.py
# Enjoy again :)