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.
- Host: GitHub
- URL: https://github.com/almas-ali/pypdf_reader
- Owner: Almas-Ali
- License: mit
- Created: 2020-10-11T07:50:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-11T15:08:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-07T15:28:47.394Z (9 months ago)
- Topics: pdf, pdf-reader, python3-pdf-reader
- Homepage: https://almasali.net
- Size: 421 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**

[](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.**