A Python Package to Deliver a Lot of Useful Services!
Project description
akashjeez
akashjeez is a Python Package to Deliver a Lot of Useful Services!
Installation
Use the package manager pip to install akashjeez.
pip install akashjeez
Usage
import akashjeez
## Check Attributes and Methods available in this package.
print(dir(akashjeez)) # returns list of attributes and methods of this module.
## Service: Greetings to User!
print(akashjeez.say_hello()) # returns 'Hello, World!'
print(akashjeez.say_hello("Everyone")) # returns 'Hello, Everyone!'
## Service: Get Coordinates From Google for Input Location
# Syntax: >> google_place(location)
print(akashjeez.google_place('queensland chennai'))
## Service: Get LIVE CoronaVirus Stats From United States of America!
print(akashjeez.covid19_usa_stats())
## Service: Get LIVE CoronaVirus Stats From All Over Globe!
print(akashjeez.covid19_stats())
## Service: Get Cloud Compute Pricing from Public API.
# Syntax: >> cloud_compute_cost(provider, input_cpu, input_memory, input_region)
# Providers = alibaba, amazon, azure, google
# Input Regions = all, US, EU, Asia etc
print(akashjeez.cloud_compute_cost('azure', 2, 4, 'asia'))
print(akashjeez.cloud_compute_cost('amazon', 2, 4, 'us'))
## Service: Get Live & Forecast Weather Report Data for Any Location from Public API.
# Syntax: >> get_weather_data(city_name)
print(akashjeez.get_weather_data('chennai'))
print(akashjeez.get_weather_data('los angeles'))
## Service: Get Country Info like COuntry Code, capital, ISO & Phone Code using Public API .
print(akashjeez.get_country_info())
## Service: Get New Comic Book Data using Public API.
print(akashjeez.comic_books_data())
## Service: Get Movie Infromation using Public API.
# Syntax: >> movie_search(movie_name)
print(akashjeez.movie_search('furious'))
## Service: Get a Random Fake User Data using Public API.
print(akashjeez.random_user_generator())
## Service: Get All Cars Makers & Manufacturers Data using Public API.
print(akashjeez.car_maker_manufacturers())
## Service: Get Latest Nobel Prize Data using Public API.
print(akashjeez.get_nobel_prize())
## Service: Get All File Formats Data using Public API.
print(akashjeez.file_formats())
## Service: Get Latest Open Trivia Q&A Data using Public API.
print(akashjeez.open_trivia()
## Service: Get Latest & Upcoming Movies Type & Name Data from BookMyShow.com
# Syntax: >> bookmyshow(city_name)
print(akashjeez.bookmyshow('chennai'))
## Service: Search Public DNS Info from http://dns.google.com
print(akashjeez.dns_search('akashjeez.herokuapp.com')
## Serice: Shuffle of Cards Randomly!
print(akashjeez.shuffle_cards())
## Service: Calculate Age by Passing Date of Birth as Input.
# Syntax: >> age_calculator(input_dob)
print(akashjeez.age_calculator('10-04-1993'))
Contributing
Pull Requests are Welcome. For Major Changes, Please Open an issue First to Discuss What You Would like to Change.
Please Make Sure to Update Tests as Appropriate.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
akashjeez-0.0.1.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for akashjeez-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1c4a0af876280d85bd32d5e4bcdb42895a6e902eda1ae6856481a387a85d3de |
|
MD5 | 60457d7e50d23e148ac70f30495096b6 |
|
BLAKE2b-256 | 98a4b88355d34803d0ae80ff2757cd92506eb318f6c36a7df5b6e800b42a382f |