Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.28 KB

README.md

File metadata and controls

46 lines (41 loc) · 1.28 KB

py-assistant

py-assistant is a begginers project console assistant that has some incredible commands such as:

  • wikipedia: Searchs the given text in wikipedia.
  • date: Gives you the current date (dd/mm/yy).
  • guess_the_number: Simple guess number game.
  • joke: Tells you a joke.
  • hour: Gives you the current hour.
  • note: Creates a file with the given text and open text editor.
  • exit: Exits the program.
  • quote: Gives you a random quote.
  • language: Changes the current language..

Installation:

1. Clone the repository:
git clone https://github.com/Patitotective/py-assistant # Crates a folder called py-assistant and clone the repository to it
cd py-assistant # Enter to the recently created py-assistant folder
2. Install requirements:

Windows:

pip install -r requirements.txt # Being inside py-assistant folder

Linux/MacOS X:

pip3 install -r requirements.txt # Being inside py-assistant folder

Usage:

Windows:

python main.py # Being inside py-assistant folder

Linux/MacOS X:

python3 main.py # Being inside py-assistant folder

Try help to see the available commands.

Credits:

patitotective#0127
ᑎᗩᑕᖇᗴᝪᑌᔑᗞᗩᗯᑎ596#9360
Atreyaved#2561 aka Atreyaved