Skip to content

A python script that picks a random show for you to watch when you have tens of things to choose from :p

License

Notifications You must be signed in to change notification settings

TochkaIco/random-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Watch

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.


Install

Executables file for Linux


Dev Environment Setup (Linux)

$ 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

Dev Environment Setup (Windows)

$ git clone https://github.com/TochkaIco/random-watch.git
$ cd random-watch
$ python -m venv .venv
$ .venv\Scripts\activate
$ pip install -r requirements.txt

Compiling

$ pyinstaller --onefile --collect-all pyfiglet --collect-all requests main.py

Usage

$ 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

About

A python script that picks a random show for you to watch when you have tens of things to choose from :p

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages