Giter VIP home page Giter VIP logo

ashley's Introduction

FOSSA Status

GitHub release (latest by date) License Code Size

Hey there ! It's me , Ashley :)

Version 0.1.7
Last Update : Jan , 18 , 2021

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 โค๏ธ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.