a python script that print a random anime data in a stylish way in your CLI (Command Line Interface)
- Python (version >= 3.7)
- The requests library
- The rich library
first go download the python file manually or clone the directory by pasting this command in your cmd:
git clone https://github.com/gitmobkab/random-anime.git
cd random-anime
after that just lauch the batch file by typing:
launch.bat
TroubleShooting
if you encounter problems while launching the batch file such as:
- "Python is not installed" even if you have python in your system
- invalid command syntax and the script exiting without proper explanation
you can try to manually launch the python file with:
python random_anime.py
first go download the python file manually or clone the directory by pasting this command in your shell:
git clone https://github.com/gitmobkab/random-anime.git
cd random-anime
after that just lauch the bash file by typing:
./launch.sh
Note
The bash script will try to install the packages through pip3
if you don't use pip3 it's adviced to install the packages yourself and launch directly the python file with: python3 random_anime.py
TroubleShooting
if you encounter problems while launching the bash file such as:
- "Python is not installed" even if you have python in your system
- invalid command syntax and the script exiting without proper explanation
you can try to manually launch the python file with:
python3 random_anime.py