All Projects → A3M4 → Youtube Report

A3M4 / Youtube Report

Licence: mit
📊 Generate a personal YouTube report from your Google Takeout data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Youtube Report

Baby Names Analysis
Data ETL & Analysis on the dataset 'Baby Names from Social Security Card Applications - National Data'.
Stars: ✭ 557 (-8.24%)
Mutual labels:  numpy, matplotlib
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (+622.73%)
Mutual labels:  numpy, matplotlib
The-Data-Visualization-Workshop
A New, Interactive Approach to Learning Data Visualization
Stars: ✭ 59 (-90.28%)
Mutual labels:  numpy, matplotlib
Live-Video-Sketching-through-webcam-using-OpenCv-Python
Computer Vision model creates a live video sketch of frames through real time web cam video. Source code is written in python and model is based on OpenCV. Keras and Numpy have been used to optimize the performance of the model and posterize frames
Stars: ✭ 29 (-95.22%)
Mutual labels:  numpy, matplotlib
Mexican Government Report
Text Mining on the 2019 Mexican Government Report, covering from extracting text from a PDF file to plotting the results.
Stars: ✭ 473 (-22.08%)
Mutual labels:  numpy, matplotlib
data-analysis-using-python
Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data
Stars: ✭ 81 (-86.66%)
Mutual labels:  numpy, matplotlib
python3-docker-devenv
Docker Start Guide with Python Development Environment
Stars: ✭ 13 (-97.86%)
Mutual labels:  numpy, matplotlib
Fourier-Transform
An implementation of the Fourier Transform using Python
Stars: ✭ 43 (-92.92%)
Mutual labels:  numpy, matplotlib
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (-43.16%)
Mutual labels:  numpy, matplotlib
Python for data analysis 2nd chinese version
《利用Python进行数据分析·第2版》
Stars: ✭ 4,049 (+567.05%)
Mutual labels:  numpy, matplotlib
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+3532.29%)
Mutual labels:  numpy, matplotlib
Pynamical
Pynamical is a Python package for modeling and visualizing discrete nonlinear dynamical systems, chaos, and fractals.
Stars: ✭ 458 (-24.55%)
Mutual labels:  numpy, matplotlib
alvito
Alvito - An Algorithm Visualization Tool for Python
Stars: ✭ 52 (-91.43%)
Mutual labels:  numpy, matplotlib
Python-Matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
Stars: ✭ 41 (-93.25%)
Mutual labels:  numpy, matplotlib
Python-notes
Python related technologies used in work: crawler, data analysis, timing tasks, RPC, page parsing, decorator, built-in functions, Python objects, multi-threading, multi-process, asynchronous, redis, mongodb, mysql, openstack, etc.
Stars: ✭ 104 (-82.87%)
Mutual labels:  numpy, matplotlib
Quantum-Computing-Collection-Of-Resources
A Well Maintained Repository On Quantum Computing Resources [Code+Theory] Updated Regularly During My Time At IBM, Qubit x Qubit And The Coding School's Introduction To Quantum Computing Course '21
Stars: ✭ 183 (-69.85%)
Mutual labels:  numpy, matplotlib
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (-87.15%)
Mutual labels:  numpy, matplotlib
Scipy-Bordeaux-2017
Course taught at the University of Bordeaux in the academic year 2017 for PhD students.
Stars: ✭ 16 (-97.36%)
Mutual labels:  numpy, matplotlib
Finger Detection And Tracking
Finger Detection and Tracking using OpenCV and Python
Stars: ✭ 317 (-47.78%)
Mutual labels:  numpy, matplotlib
Python Notlarim
Python notes in Turkish.
Stars: ✭ 356 (-41.35%)
Mutual labels:  numpy, matplotlib

Generate Your Personal YouTube Report

avatar

Getting Started

1. Install Python 3+

If you don't already have Python 3+ installed on your computer, download it from https://www.python.org/downloads/.

2. Get Your YouTube Data

Here you can find out how to download your Google data: https://support.google.com/accounts/answer/3024190?hl=en Here you can download all of the data that Google has stored on you: https://takeout.google.com/

To use this script, you only need to select and download "YouTube", which Google will provide to you as a Zip file by default.

avatar

3. Clone This Repository

On https://github.com/A3M4/Personal-YouTube-Report-Generator, click the green "Clone or Download" button at the top right of the page. Then, click the "Download ZIP" button, and extract the ZIP somewhere on your computer.

NOTE: Make sure to set your Google Account language to English before downloading

4. Extract the Takeout File

Extract the Takeout File(from step 2) and move it to the repository folder(from step 3). Now the files in Repository folder look like below.

avatar

5. Install Dependencies

Open command prompt or Terminal window in this repository folder, type the following and press enter:

pip install -r requirements.txt

6. Run the Script

In the same command prompt or Terminal window, type the following and press enter:

python report.py

7. Results

The script will generate a file named YouTube_Report.pdf. This file will automatically open in your browser once the script completes. Besides, you can find all the images that make up this report in Images folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].