Skip to main content

A python package for finding song on the day you were born

Project description

Find the Number 1 Song on the Day You Were Born

A python class and main function to find the most played song on the day you were born.

Installation

Requirements

You should preferer Python 3 packages from your operating system.

Install the module

Under Windows and MacOs:

pip3 install your_day_song

If you meet permissions issue, I recommend you try this step:

pip3 install your_day_song --user

Into a Python program

Remember to replace day, month and year in bracket with your favorite number.
Ex : user = yls(day=1, month=1, year=1990)

from your_lucky_song import your_lucky_song as yls

user = yls(day=None, month=None, year=None)
url = user.feel_lucky()

Where yds is used to get the date you were born, feel_lucky() will give you directly a url from Youtube and to export your lucky right now !.

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

your_lucky_song-0.0.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

your_lucky_song-0.0.0-py3-none-any.whl (3.3 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