Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 3.67 KB

File metadata and controls

41 lines (35 loc) · 3.67 KB

Project List


Note

The requirements.txt has the following packages:

Package Description
python-dotenv Read key-value pairs from .env file and set them as environment variables. In this sample app, those variables describe how to connect API. This package is used in the applications to load environment variables.
OpenAI API Chatbot application requires integrating with an external API for natural language processing.
OpenWeatherMap API Allowing users to obtain essential weather data for a specific location by making only one API call.
pyshorteners A simple URL shortening API wrapper Python library. This modules is essential to be able to shorten urls using various URL shortener services available including tinyurl.
yt-dlp A youtube-dl fork with additional features and fixes
pyqrcode See documentation.