Skip to main content

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

MIT

Project details


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 details)

Uploaded Source

Built Distribution

akashjeez-0.0.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file akashjeez-0.0.1.tar.gz.

File metadata

  • Download URL: akashjeez-0.0.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for akashjeez-0.0.1.tar.gz
Algorithm Hash digest
SHA256 87ef908a605c39b70daede44bd119697365ebf48484f6ac4cc59ba135f7bffde
MD5 5d79c7b06cd7e25a326d481ec23bc50d
BLAKE2b-256 d30612c2238395e3b2d48d081d4659911e7da5eaae270c78b5646c4404edade4

See more details on using hashes here.

File details

Details for the file akashjeez-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: akashjeez-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for akashjeez-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b1c4a0af876280d85bd32d5e4bcdb42895a6e902eda1ae6856481a387a85d3de
MD5 60457d7e50d23e148ac70f30495096b6
BLAKE2b-256 98a4b88355d34803d0ae80ff2757cd92506eb318f6c36a7df5b6e800b42a382f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page