Code Monkey home page Code Monkey logo

paper2anki's People

Contributors

smponi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

paper2anki's Issues

Image Quality

Is there a way to increase image quality? I had to pack a lot of information on some cards and now I am having problems reading them comfortably.

File size is not an issue.

Unfortunately I am not to experienced with python and the used libraries.

Image names

Thank you so much! The program makes studying so much easier for me! One comment: I had problems importing new flashcards because some images had the same names, and Anki then thought that the flashcards already existed. I do not know if anyone else had the problem, but the way I fixed it was:
In paper2anki.py I passed the variable 'name' as a parameter for the the createImages function and then in I simply changed line 40 in paper2anki.py from
img.save("%s%s.jpg" %(TEMP+os.sep,format(x.number, '04d'))) to img.save("%s%s.jpg" %(TEMP+os.sep,format(x.number, '04d')+ '_' + name)).
I don't know if it works for everybody or if someone has similar problems. Maybe my Anki is just weird. But at least for me, it works. The only important thing is that one always chooses a different name than before.

M1 Mac - Not supported

The required package pymupdf does not run on the m1 macs. (Well, it can be run but it's a hustle to set it up.)
Therefore I'm planing to replace this package.

Module Not Found Error

I keep getting this error:
"line 12, in
from AnkiCreator import create_apkg
ModuleNotFoundError: No module named 'AnkiCreator' "
when attempting to run this code. Any ideas on how to fix this?

Link to apps, otherwise awesome ๐Ÿฅ‡

Thank you so much! helped me a lot ๐Ÿ‘
One thing - maybe you can leave links to mobile apps in Readme? Turned out there're multiple Anki Flashcards apps in AppStore, I installed wrong one and was puzzled over why import doesn't work.

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.