Giter Club home page Giter Club logo

lekha's Introduction

Requirements:

  • =python-efl-1.14.0

  • PyPDF2
  • pyxdg

Install:

From pypi: (sudo) pip install Lekha

Manually: (sudo) python setup.py install

screenshot

lekha's People

Contributors

kaihu avatar

Stargazers

Hugo Sena Ribeiro avatar  avatar  avatar Onofre Souza avatar Vasiliy Tolstov avatar Wolfgang Morawetz avatar Jeff Hoogland avatar

Watchers

Wolfgang Morawetz avatar  avatar Landis avatar

lekha's Issues

Fixes for Python 3: replace `time.clock()` with `time.time()`

Hello,

Thanks for this nice little PDF reader written with Python-EFL! I just tried Lekha with current EFL and Python 3. Loading PDFs failed because it seems like the time.clock() function doesn't exist anymore in Python 3 - replacing all occurrences with time.time() fixed it for me.
I can make a PR if you like.

Kind regards

TabbedBox print callbacks throw invalid syntax with python 2.7

These lines:

#tabs.callback_add("tab,added", lambda x, y: print("added", y))
#tabs.callback_add("tab,selected", lambda x, y: print("selected", y))
#tabs.callback_add("tab,deleted", lambda x, y: print("deleted", y))

Throw the error:

File "tabbedbox.py", line 287
tabs.callback_add("tab,added", lambda x, y: print("added", y))

Add page scroll for mouse wheel

Hello,
I like your pdf viewer!!!
I was looking for a replacement of okular for my Enlightenment systems.
What would it take to add pages scrolling via mouse wheel
-and
'save' and / or 'save copy as' when viewing documents opened from within a browser?

Thank You.
nice looking app.
Landis.

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.