Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thekicker/cli-toolbox

A collection of Python scripts to do a variety of quick tasks - from random playing card, current stock price, to a YouTube downloader. Project is ongoing and growing.
https://github.com/thekicker/cli-toolbox

automation cli finnhub playground pyclip python pytube scripts toolbox

Last synced: 7 days ago
JSON representation

A collection of Python scripts to do a variety of quick tasks - from random playing card, current stock price, to a YouTube downloader. Project is ongoing and growing.

Awesome Lists containing this project

README

        

# CLI Tools

## Required tools


python-dotenv
```
https://pypi.org/project/python-dotenv/

pip install python-dotenv

```



pyclip
```
https://pypi.org/project/pyclip/

pip install pyclip

```



finnhub
```
YOU WILL NEED AN API KEY TOO, STORED IN .ENV FILE IN ROOT FOLDER

https://finnhub.io/

https://pypi.org/project/finnhub-python/

pip install finnhub-python

```



pytube
```
https://pypi.org/project/pytube/

pip install pytube

```



tqdm
```
https://pypi.org/project/tqdm/

pip install tqdm

```