Table of Contents
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.
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.
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:
- Clone the repo
git clone https://github.com/DanValnicek/slide-lecture-sync.git
- Install conda by following instructions at anaconda.com
- Enter
./envand create and activate environmentcd ./env conda env create -f environment.yml conda activate slide-lecture-sync - Update the environment
conda env update -n slide-lecture-sync --prune
- Move to project root and run main.py
cd .. python main.py
The core of the application is a PDF viewer that can be used normally. In case
- Feature 1
- Feature 2
- Feature 3
- Nested Feature
See the open issues for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the project_license. See LICENSE.txt for more information.
Dan Valníček
Project Link: https://github.com/DanValnicek/slide-video-sync
