Anyway , I can save your passwords in database and help you to never forgot them .
Before run , there are some steps :
- 1st , you need to install Python and Pip on your device .
- 2nd , it's required to have voice tools , espeak , ffmpeg and mpg123 too .
- 3rd , Python libraries .
- 4th , Config MySQL if yo didn't do that yet .
- 5th , important linux packages git and MySQL .
Install , Clone , Run
- install linux packages and python things .
sudo pacman -S python-pip mpg123 espeak ffmpeg python
sudp pacman -S mariadb-server maridb-client
Use your own linux package manager
- Config MySQL
sudo mysql
> CREATE USER 'Ashley'@'localhost' IDENTIFIED BY 'Ashley';
> GRANT ALL PRIVILEGES ON *.* TO 'Ashley'@'localhost';
> FLUSH PRIVILEGES;
> exit
sudo systemctl restart mysql.service
Make a costume user . This is an example .
- Now you need to clone Ashley and install libs
git clone https://github.com/BlackIQ/Ashley && cd Ashley
pip3 install -r requirements.txt
You can make a Virtual Environment too .
- Run Ashley
python3 Ashley
Done !
Name and Idea by Miss.Annahita 💖
Developed by Me ✨ , With love ❤️