Skip to content

A college thesis project with the goal of making an app that could synchronize lecture videos with slides

Notifications You must be signed in to change notification settings

DanValnicek/slide-lecture-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lecture slide sync

Thumbnail


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Youtube video showcase

This app was made to make the search for a specific part of lecture easier, by creating a list of time intervals for each slide in a supplied PDF presentation.

(back to top)

Built With

Python

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

You can download already precompiled .exe from releases.

Currently running on linux doesn't work due to issues with the shiboken6 library.

Another option is to clone it and run it yourself using conda:

  1. Clone the repo
    git clone https://github.com/DanValnicek/slide-lecture-sync.git
  2. Install conda by following instructions at anaconda.com
  3. Enter ./env and create and activate environment
        cd ./env
        conda env create -f environment.yml
        conda activate slide-lecture-sync
  4. Update the environment
    conda env update -n slide-lecture-sync --prune
  5. Move to project root and run main.py
    cd ..
    python main.py

(back to top)

Usage

The core of the application is a PDF viewer that can be used normally. In case

(back to top)

Roadmap

  • Feature 1
  • Feature 2
  • Feature 3
    • Nested Feature

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the project_license. See LICENSE.txt for more information.

(back to top)

Contact

Dan Valníček

Project Link: https://github.com/DanValnicek/slide-video-sync

(back to top)

Acknowledgments

(back to top)

License

project_license

About

A college thesis project with the goal of making an app that could synchronize lecture videos with slides

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages