Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-anime

a python script that print a random anime data in a stylish way in your CLI (Command Line Interface)

Summary

requirements

  1. Python (version >= 3.7)
  2. The requests library
  3. The rich library

How to use

Windows

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

Mac/Linux

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

About

a script that print a random anime data in a stylish way in any CLI (Command Line Interface)

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages