Watch animes in your bash in french, Absolute foshu !
Project description
ANIME WATCHER
What is this ?
Anime Watcher is a python program that allows you to watch anime in your terminal like a true nerddd
How to use it
Install python
You need to install Python 3.12.4. Make sure you add it to the path and install PIP (which are options to check during the installation process).
Install MPV
It is recommended to install MPV using scoop. First install scoop by running in your PowerShell the following command:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
Then install MPV and youtube-dl by running this command in your CLI:
scoop bucket add extras
scoop install extras/mpv
scoop bucket add main
scoop install main/yt-dlp
Install Anime Watcher
Clone this repo / download it as a zip file and unzip it somewhere on your drive.
Run the dependrancy.bat file to install the python dependencies.
Open a CLI, place yourself in the directory where Anime Watcher is installed, and run Anime Watcher using the followin
command: py main.py.
For some people, this command doesn't work, and they need to use python main.py. Test both of them to see which one
works on your system.
Adding Anime Watcher as a command in your CLI (optional)
If you want to start Anime Watcher from aniwhere in your system (without having to change directory), follow these steps.
First, go in a folder that is listed in your path. You can use WinKey > env > Path to see the list of path folders or
add one.
Then, create a file named anime-watcher.bat or whatever name you want (it will be the command to run in the cli) and
write the following line into it:
@START py [path]main.py
Replace [path] with the path in which is located Anime Watcher on your drive. For
example: @START py D:\Documents\Dev\anime-watcher\main.py
As in the last step, you may have to use python instead of py for it to work.
Then, open a CLI and type anime-watcher, that's it !
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anime_watcher_fr-1.0.1.tar.gz.
File metadata
- Download URL: anime_watcher_fr-1.0.1.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2390154da9552888c290df1157494ba100d2c013b6e32fbe6d6a443de0c513cf
|
|
| MD5 |
1a9bfc59a75268b772ebed53390691c2
|
|
| BLAKE2b-256 |
6bde281ca38c2a04ebc5027e904d5e34e51b140a952a9a2e4f7be7f1ed4542aa
|
File details
Details for the file anime_watcher_fr-1.0.1-py3-none-any.whl.
File metadata
- Download URL: anime_watcher_fr-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a28b2f3fbe43690b365d85b90bd32034c2891c53758eae320001e5b9365e583
|
|
| MD5 |
cff85d62b5d00c4b78f1b7eb9ab95d1d
|
|
| BLAKE2b-256 |
a563ed78b5752def122b33319f0c8587428a86dde78c2f5e5c96095020c24df0
|