A python based script built to help you choose your next watch when you have a pile of shows to watch. There are 2 different scripts, one of which can find the score and a link to the show if it's an anime listed on MyAnimeList.
$ git clone https://github.com/TochkaIco/random-watch.git
$ cd random-watch
$ python3 -m venv .venv
$ source .venv/bin/activat
$ pip install -r requirements.txt
$ git clone https://github.com/TochkaIco/random-watch.git
$ cd random-watch
$ python -m venv .venv
$ .venv\Scripts\activate
$ pip install -r requirements.txt
$ pyinstaller --onefile --collect-all pyfiglet --collect-all requests main.py
$ python3 main.py
📂 Project Structure
main.py: The core logic of the original script
main_anime.py: The core logic of the anime related script
requirements.txt: List of dependencies.
⚖️ MIT License