From 62eb72e186defff9ed98bea707a283d890018108 Mon Sep 17 00:00:00 2001 From: Benedict Xavier wanyonyi <81157281+Benex254@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:23:45 +0300 Subject: [PATCH] Create README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5376a50 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ + +# AniXStream + +This project was created as a gui solution to any and all anime cli's. Thus freeing the cli developer from worrying about making it look good and instead focus on functionality. + + + + +## Authors + +- [@Benex254](https://github.com/Benex254/aniXstream) + + +## Installation + +installing using the zip file + +Go to releases and download the zip file.Then unzip it and run the following commands in the same path as the unzipped foder: + +```bash + python -m venv .venv + +``` +