Skip to content

Sara666-LI/code_review_pdf_to_anki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF to ANKI

Python implementation , one-line implementation for coding newbies!

Goals -

  • Compatible with Question-answer on same page
  • Add Documentation to install and use
  • Compatible with Question-answer on alternate page
  • Choosing dimensions to crop
  • Automate file copying part
  • GUI to select dimensions to crop

How to install? (Documentation Pending)

  • Make sure you have python installed on your device.
    • To do so, go to your command line/Terminal, type "python", and press enter.
    • Output like " " would be generated.
  • make sure you have pip instlled.(Allows you to install python modules)
  • Downlaod this repo, unzip it, and open to folder.
  • Open terminal in current directory, and type "pip3 install requirements.txt"

Once the setup is done, in all subsequent times, just type "python pdf_to_anki.py" and rest would be done.

What would be super cool?

  • Android app that integrates pdf to anki
  • Integrated with anki's memory algorithm
  • Smarter/AI based question revision

Interested in contributing to the app? (This app is a seperate project than this repository) Contact me. - [email protected]

About

code review of Amritpal's code for BMI 500

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%