Skip to content

Latest commit

 

History

History
executable file
·
29 lines (20 loc) · 1.63 KB

File metadata and controls

executable file
·
29 lines (20 loc) · 1.63 KB

AKE's Python Toolkit

CodeFactor security: bandit Code style: black

This repo is where the simple Python codes I used are collected.

Some Links:

  • It is used to convert PDF file to DOCX format: PDF to DOCX Converter

  • Basic password generator script for Python: Password Generator

  • This script can be used for renaming files in folder: File Renamer

  • This script can be used for safely creating QR Code with custom strings (websites, email adress etc.): QR Code Generator

  • This script allows to extract and save histogram plots of all images in a (gray) image library: Histogram Creator from Images

  • This script solves the problem that when copy-pasting from pdf files, texts come in line by line as new lines. Makes text copied from pdf to be on a single line: Fill the New Lines

  • This script allows to edit a text copied from pdf (copied to a .txt file) with the FillTheNewLines class and translate it into Turkish: Quick Translator