Giter VIP home page Giter VIP logo

tracker's Introduction

Video Tracker

Introduction

Video Tracker is a powerful application designed to help you track your progress in multiple video courses. With Video Tracker, you can easily manage watched and completed videos within an intuitive interface. Whether you are a student or a professional, Video Tracker is the perfect tool to stay organized and keep track of your learning journey.

Table of Contents

Features

  • Progress chart generator for video courses.
  • Notes table of content generator for video courses.
  • Track progress in multiple video courses.
  • Mark videos as watched or completed.
  • User-friendly interface for easy navigation.
  • Support for managing multiple folders.

Demo

๐ŸŽฆ YouTube

Getting Started

Prerequisites

  • Python 3.x
  • Tkinter library

Installation

  1. Clone the repository:

    git clone https://github.com/vignesh-cloud-prog/tracker.git
    cd videotracker
  2. Install dependencies:

    pip install -r requirements.txt

Usage

Progress Chart Generator

Run the following python script to generate a progress chart for a particular course.

python notes-and-chart.py
input the course directory path: <path to course directory>

Notes Table of Content Generator

Run the following python script to generate a table of content for notes in a particular course.

python notes-and-chart.py
input the course directory path: <path to course directory>

Launching the Application

Run the following command to launch Video Tracker:

python tracker.py

Managing Courses and Videos

  • Open the application.
  • Navigate through courses and folders.
  • Mark videos as watched or completed.

Development

Building the Executable

To create an executable file for distribution, you can use tools like pyinstaller or cx_Freeze. For example, using pyinstaller:

pyinstaller --onefile tracker.py

This will generate a standalone executable in the dist directory.

Making Changes

  1. Create a new branch for your changes:

    git checkout -b feature/new-feature
  2. Make your changes and commit them:

    git add .
    git commit -m "Add new feature"

Pushing Changes

Push your changes to the remote repository:

git push origin feature/new-feature

Submit a pull request on GitHub for review and merge.

Contributing

Contributions are welcome! Please follow the Contributing Guidelines.

License

This project is licensed under the MIT License.

tracker's People

Contributors

vignesh-cloud-prog avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.