/Python_Project_Take_A_Break

This program schedules a break time for one who works to many hours, reminding one to listen to music, get up and dance to their favorite song

Python_Project_Take_A_Break

This program schedules a break time for one who works to many hours, reminding one to listen to music, get up and dance to their favorite song

Instructions - How To Run The Program

i. Install Python (Windows)

a. Navigate to the Python downloads page (https://www.python.org/downloads/) that indexes downloads for the most recent versions of Python.
b. Download the Windows x86 MSI installer. If you're sure that your machine runs a 64-bit version of Windows, feel free to download the Windows x86-64 MSI installer instead.
c. Once the download is finished, locate the file (it'll probably be in your Downloads directory) and run it. Note: the images below show Python 2.7.9, but the process is the same for newer versions.
d. Follow the installation wizard. Let Python install to its default directory, C:\Python27.
e. Ensure that both "pip" is installed and that "Python" is added to your PATH.
f. To confirm that your installation was successful, open IDLE, a program installed by Python that makes it easy to edit and run Python code.

- Windows 7 (or earlier): Use the Start Menu to go to All Programs, then Python 2.7, and, finally, IDLE (Python GUI).
- Windows 8: Search for IDLE. Currently, you can search by swiping from the right edge of the screen or by using the lower-right corner of your screen if you have a mouse.

ii. Install Python (Mac)

a. Go to the Python downloads page that contains downloads for the most recent versions of Python.
b. If you are using Mac OS X 10.6 or later, download the installer linked from that page. If you are using 10.5, you will need an alternate installer, the 32-bit i386/PPC installer.
c. Open the file that you downloaded. It should either be called "python-2.7.12-macosx10.6.pkg" or "python-2.7.12-macosx10.5.pkg".
d. Follow the steps in the Python Installer to successfully install Python.
e. To confirm that your installation was successful, open IDLE, a program installed by Python that makes it easy to edit and run Python code.

- It should be in your Applications folder.
- You can also use Spotlight by pressing ⌘+Space and typing in "idle" to find it.

iii. Run The Program

a. While the IDLE is still open navigate to File>New File
b. Copy the code for this program from here and paste it into the newly created file
c. Save the file and Select "Run Module" from the "Run" from the top menu options

License

Copyright © 2019 Bright Nwanoruo Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.


2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.


3. Neither the name of The author nor the names of its contributors may
   be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.