Metadata-Version: 2.1
Name: analyseGoogleMyActivity
Version: 0.1
Summary: Generates Report of Sleep-Time, Sleep-Routine and App-Usage using Data from Google MyActivity : myactivity.google.com
Home-page: https://github.com/superuser789/analyseGoogleMyActivity/
Author: Nitin Singh
Author-email: acc4nitin@gmail.com
License: MIT
Description: # analyseGoogleMyActivity
        Generates Reports of Sleep-Time, Sleep-Routine and App-Usage using Data from Google MyActivity : myactivity.google.com
        
        First Download Google Activity Data File by following these steps :
        
            1. Go to : https://takeout.google.com/?pli=1
            
            2. Under  "Select data to include", Click on "Deselect all"
            
            3. Scroll Down and Select "My Activity" . Click on "Multiple formats".   In  "Activity records, Choose 'JSON'  & then 'ok'.
            
            4. Scroll Down. Click on "Next Step". and then on "Create Export".
            
            5. Wait for the Google Data Download mail to arrive in your Gmail. Download the Zip file.
            
            
        Install the python module :
        pip install analyseGoogleMyActivity
        
        
        Requirements : "numpy", "pandas", "matplotlib"
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
