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:
- Mesh
- Mithun
- Singha
- Tula
- Dhanu
- Kumbha
- Brish
- Karkat
- Kanya
- Brischik
- Makar
- Meen
All the available Length types are:
- Daily
- Weekly
- Monthly
- Yearly
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
rashi-0.1.1.tar.gz
(2.5 kB
view hashes)
Built Distribution
rashi-0.1.1-py3-none-any.whl
(3.4 kB
view hashes)