Skip to content

The toolbox containing all the tools I used in the PDF analysis

License

Notifications You must be signed in to change notification settings

SaniHarouna-Mayer/Myscripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myscripts

Welcome to Myscripts. The toolbox containing all the tools I used in the PDF analysis.

Installation

Fork and clone this repo. Inside the local repo, run the pip install in the development mode.

pip install -e .

The development mode is suggested because the code was updated throughout my PhD career and my projects used different version of the code. To use the older versions of the code, please git checkout a new branch.

First, fetch all tags.

git fetch --all --tags

Then, checkout a new branch of the older version according to the tag.

git checkout tags/<tag name> -b <branch name>

Examples

Please read the example scripts in the examples folder to learn about how to use the tools in myscripts.

About

The toolbox containing all the tools I used in the PDF analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%