Python

Image Extractor Plus in Python

Submitted by Paulstr40 on
Image Extractor Plus: PDF-to-Image Conversion Tool Image Extractor Plus is a proficient Python program designed to convert multi-page PDF documents, consisting of scanned documents, into individual image files. This application is perfect for users who frequently deal with large volumes of scanned documents and need a quick, organized method for separating and storing each page as a separate image

Tic Tac Toe Game using Tkinter in Python with Source Code

Submitted by razormist on
Tic Tac Toe Game using Tkinter in Python with Source Code - A classic board-style game coded in Python where two players can compete against each other. The rules are very simple: the first player to align three symbols in any direction (horizontal, vertical, diagonal) will win the game. Python Source Code.