MCPcopy Index your code
hub / github.com/VivekBits2210/pykindler

github.com/VivekBits2210/pykindler @v0.3.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.3.2 ↗ · + Follow
35 symbols 138 edges 16 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

pykindler

Command line tool that automatically detects and converts downloaded e-books to mobi format (and auto-uploads to Kindle, on a schedule)

Where to get it

The source code is currently hosted on GitHub at: https://github.com/VivekBits2210/pykindler

Package is deployed at Python Package Index (PyPI)

pip3 install pykindler

Ensure Calibre is installed (Guide)

sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin

Know your Kindle's e-mail address here

Dependencies

Usage

  • In default mode, pykindler will auto-detect your downloads folder and populate 'Converted_Books' and 'Processed_Books' folders
pykindler-run
  • In custom mode, specify your downloads folder and setup a twice-a-day conversion job
pykindler-run --folder /home/some-user/Desktop --job
  • If you just want to convert one file, specify it after --file
pykindler-run --file /home/some-user/Desktop/my-book.epub
  • If you want to not convert to mobi, choose your own extension with --ext
pykindler-run --file /home/some-user/Desktop/my-book.mobi --ext epub
  • For more help
pykindler-run -h

License

MIT

Getting Help

For usage questions, the best place to go to is StackOverflow.

Contributing to pykindler

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. Here is what I plan to do next Please feel free to mail ideas to the maintainer: [viveknayak2210@gmail.com]

Core symbols most depended-on inside this repo

trigger_conversion
called by 2
pykindler/utils/convert_utils.py
get_password
called by 2
pykindler/utils/email_utils.py
process_and_convert_books
called by 1
pykindler/convertor.py
get_commandline_args
called by 1
pykindler/utils/bash_utils.py
check_commandline_args
called by 1
pykindler/utils/bash_utils.py
process_commandline_args
called by 1
pykindler/utils/bash_utils.py
send_email_with_book
called by 1
pykindler/utils/email_utils.py
construct_empty_message
called by 1
pykindler/utils/email_utils.py

Shape

Function 18
Method 11
Class 6

Languages

Python100%

Modules by API surface

pykindler/utils/email_utils.py11 symbols
pykindler/utils/os_utils.py4 symbols
pykindler/utils/nlp_utils.py3 symbols
pykindler/utils/cron_utils.py3 symbols
pykindler/utils/bash_utils.py3 symbols
pykindler/tests/test_os_utils.py2 symbols
pykindler/tests/test_nlp_utils.py2 symbols
pykindler/tests/test_email_utils.py2 symbols
pykindler/tests/test_bash_utils.py2 symbols
pykindler/utils/convert_utils.py1 symbols
pykindler/convertor.py1 symbols
pykindler/cli.py1 symbols

For agents

$ claude mcp add pykindler \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page