An open API service indexing awesome lists of open source software.

https://github.com/almas-ali/pypdf_reader

A Python 3 based script for reading PDF files.
https://github.com/almas-ali/pypdf_reader

pdf pdf-reader python3-pdf-reader

Last synced: 7 months ago
JSON representation

A Python 3 based script for reading PDF files.

Awesome Lists containing this project

README

          

# Py Pdf Reader
**Version 1.0**

**This is a Python 3 bashed script. Made and developed by [Md. Almas Ali](https://facebook.com/md.almasali.0)**

![Image](IMG/img.jpg)

[![license](https://img.shields.io/github/license/dwisiswant0/WiFiID.svg)](LICENSE)

# Usage
**For Linux:**
Open your terminal and type those commands.

```
sudo
apt-get update && apt-get upgrade
apt-get install python3
apt-get install python3-pip
apt-get install git
git clone https://github.com/Almas-Ali/PyPdf_Reader.git
cd PyPdf_Reader
ls
chmod +x *
ls
python3 -m pip install -r requirement.txt
python3 reader.pyc
```

**For Termux:**
Open Termux and type those commands.

```
apt-get update && apt-get upgrade
apt-get install python3
apt-get install python3-pip
apt-get install git
git clone https://github.com/Almas-Ali/PyPdf_Reader.git
cd PyPdf_Reader
ls
chmod +x *
ls
python3 -m pip install -r requirement.txt
python3 reader.pyc
```

**For Windows:**
Install Python3 and Git first. Then follow next steps.

```
git clone https://github.com/Almas-Ali/PyPdf_Reader.git
cd PyPdf_Reader
python3 -m pip install -r requirement.txt
python3 reader.pyc
```

# Warning
**Just Use it don't try to edit or modify it. You can report any mess of code here.**