Skip to content

VrajVed/QOTD-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quote of the day CLI program

A simple script to execute on your powershell terminal, that fetches a random code from a quote site, parses the json data and prints the output in your terminal!

demo image

Usage:

To Use, Clone the repo and run the following in your powershell:

git clone https://github.com/VrajVed/QOTD-CLI.git
cd QOTD-CLI
Navigate to the src file and execute the program:
cd src
python QOTD-CLI.py

Alternatively, through powershell profile:

notepad.exe $PROFILE
Navigate to your cloned script for the path, and type in the following: & python "your_file_path.py" Save the file, close the powershell terminal, and open the terminal. It will display your quote.

Note - You might need to change execution policy if windows blocks it:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser and now you're good to go

Features:

  • Fetches a random quote everytime.
  • Fast and efficient.
  • Displays the quote and the author in a clean format.
  • Simple, readable script in python.
  • Aesthetically pleasing and no bs.

Requirements:

  • user should have python v3.0+ installed.
  • user should have requests library installed.
    If not, run pip install requests

My Inspiration:

A good inspirational quote always helps you no matter how low you feel. Aesthetically pleasing and works like a charm.

License:

This project is licensed under the GNU General Public License v3.0.
You are free to use, modify, and distribute this software under the terms of the GPLv3. Any modifications or derivative works must also be open-sourced under the same license.

Thank you for using my program !

About

Quote of the day CLI program I made in like 15-20 minutes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages