Skip to main content

Get Rashi

Project description

Rashi

Developed by Crian69 (c) 2021 A simple package that scrapes out rashi fals from https://www.hamropatro.com/rashifal

Installing The Package

pip install rashi

Examples of How To Use

Getting The Required Rashi Fal

from rashi import Zodiacs, Length, getRashiFal

horo = getRashiFal(Zodiacs.Meen, Length.Weekly) #Gets The Rashi Fal As NamedTuple -> Rashi(rashi:str, date: str)

print(horo.rashi) #the actual rashi
print(horo.date) #the date till which the rashi is valid

# Other Code

All the available Zodiacs types are:

  1. Mesh
  2. Mithun
  3. Singha
  4. Tula
  5. Dhanu
  6. Kumbha
  7. Brish
  8. Karkat
  9. Kanya
  10. Brischik
  11. Makar
  12. Meen

All the available Length types are:

  1. Daily
  2. Weekly
  3. Monthly
  4. Yearly

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

rashi-0.1.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

rashi-0.1.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

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