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: 3 months 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.
- Host: GitHub
- URL: https://github.com/thekicker/cli-toolbox
- Owner: TheKicker
- Created: 2022-03-23T13:43:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-19T00:21:06.000Z (4 months ago)
- Last Synced: 2025-01-19T01:20:41.759Z (4 months ago)
- Topics: automation, cli, finnhub, playground, pyclip, python, pytube, scripts, toolbox
- Language: Roff
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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 FOLDERhttps://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
```