Skip to content

Releases: calinux-py/Python

ImageBUD (DigiPal)

07 Oct 22:41
242dc28
Compare
Choose a tag to compare

YOU NEED TO DOWNLOAD TESSERACT FIRST:
https://github.com/calinux-py/Tesseract/tree/main

This .exe sets up a Discord bot named "DigiPal" that has two main functionalities:

Image Text Extraction and Translation:
Users can upload an image containing text and specify a language (e.g., Spanish, Russian, French, etc.) using specific commands like !translate -sp. The bot will extract the text from the image and then translate the extracted text into English. It will then send the original extracted text and its English translation back to the Discord channel to the user.

Direct Text Translation:
Users can directly provide English text to the bot with a command corresponding to a specific language (e.g., !spanish or !sp). The bot will then translate the provided text into the specified language and send back the translation to the Discord channel.

The script also provides a !help command that outputs instructions for using the bot.

Read "readme.txt" for full instructions!

BadUSB-Guard

11 Oct 00:07
242dc28
Compare
Choose a tag to compare

BadUSB Guard: Protect your computer from potential threats with the cutting-edge BadUSB Guard software. Designed to vigilantly monitor USB ports, this powerful tool not only detects and logs unauthorized USB insertions but also spots suspicious keyboard activity. If a rapid, inhuman typing speed is detected, or if there's unauthorized use of the 'Run' dialog, BadUSB Guard takes immediate action by locking the workstation and sending out a detailed security alert email. With a user-friendly configuration and seamless integration with major email platforms, BadUSB Guard is your first line of defense against potential cyber threats.

Bonus - Security-Check.ps1 runs a status check on your Local Policies to check if they are enabled to create more protections from BadUSB attacks. (may require elevated privs)

AutoMiner

26 Sep 23:00
242dc28
Compare
Choose a tag to compare

7DtD AutoMiner & AutoRun

PyRate Suite

26 Sep 06:46
242dc28
Compare
Choose a tag to compare

This release contains three executable software files that are part of the newly integrated PySuite. PySuite serves as the main control center, offering a seamless and user-friendly experience to interact with each individual utility within the suite.

PyRate: A YouTube Downloader built with Python, allows users to easily download YouTube videos, offering various quality options to suit individual needs.

PyConvert: A versatile Converter, also built with Python, enables users to convert video files to a variety of formats, ensuring compatibility and user satisfaction.

PySuite: The main software that harmoniously unites PyRate and PyConvert, providing a streamlined interface and control system to operate the other scripts efficiently and make the user experience more comfortable and intuitive.

Note - PyRate, PyConvert, and PySuite need to be in the same directory.

MovieGuru

23 Sep 01:24
edc2ce3
Compare
Choose a tag to compare

MovieGuru is a PyQt5 based application designed to provide users with movie recommendations based on their input tags. Users input tags in a text entry field, and by interacting with OpenAI's API, the application offers lists of movies that are associated with the given tags, presented in a read-only text box. The application supports various functionalities such as viewing search history, exporting search history to the desktop, and the ability to adjust settings including API Key configuration. MovieGuru boasts a user-friendly interface with clear and accessible buttons for each of its features, such as 'Search Movies', 'Settings', 'History', 'Export', and 'Clear'. It also handles user inputs and responses efficiently, allowing users to refine or broaden their searches with additional tags, providing a dynamic and engaging user experience. The application's GUI employs a palette of contrasting colors for optimum user visibility and readability.