PyHoroscope

Get The Horoscope Details For Your Sign


License
MIT
Install
pip install PyHoroscope==1.0.0

Documentation

Pyhoroscope

 

Pyhoroscope

Github top language Github language count Repository size License Github issues Github forks Github stars

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   How TO   |   Functions   |   License   |   Author


🎯 About

Describe your project

This is a simple and lightweight module that you can use to get the horoscope reading for your sign. The data is scraped from the horoscope.com site and code is optimized for performance.

Features

✔️ Feature Get Daily, Weekly, Monthly And Yearly Horoscope Reading;
✔️ Feature Get Love And Carrer Specific Readings;
✔️ Feature Get What To Watch Recommendations Based On Your Sign ;

🚀 Technologies

The following tools were used in this project:

Requirements

Before starting 🏁, you need to have Python, [Beautiful Soap] (https://pypi.org/project/bs4/) And Python Request Module installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/fahad-programmer/pyhoroscope

# Access
$ cd pyhoroscope

# Install dependencies
$ pip install -r requirements.txt

# Run the project
$ python horoscope.py

🧪 How To Use

# You Can Do This By Simple Importing The Module
$ from PyHoroscope Import Horoscope

# Then Create A Class Object Like This
$ horoscope = Horoscope("Name Of Sign")

# Then You Can Use The Following Functions

# Gets Daily Horoscope For The Sign
$ print(horoscope.daily_horoscope())

🛠️ Functionalities

  • Gets Tomorrow Horoscope For The Sign

    tomorrow_horoscope()
  • Gets weekly Horoscope For The Sign

    weekly_horoscope()
  • Gets The Daily Love Horoscope For The Sign

    daily_love()
  • Gets The Tomorrow Love Horoscope For The Sign

    love_tomorrow()
  • Gets The Weekly Love Horoscope For The Sign

    love_weekly()
  • Get's Daily Carrer Horoscope For The Sign

    daily_carrer()
  • Get's tomorrow Carrer Horoscope For The Sign

    tomorrow_carrer()
  • Get's weekly Carrer Horoscope For The Sign

    weekly_carrer()

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Fahad Malik

 

Back to top