Skip to content

dissorial/resolve-manual-pdf-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Install the requirements: pip install -r requirements.txt
  2. Put your PDF in the same directory as this script. You must name the file resolve-manual.pdf, otherwise it will not work. If you want to use a different file name, then change it here in search.py:
if __name__ == "__main__":
    root = tk.Tk()
    app = PDFSearchGUI(root, "resolve-manual.pdf")
    root.mainloop()
  1. Run the script: python search.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages