PyQt Custom Frameless Main Window (Enable to move and resize)

PyQt Custom Frameless Main Window (Enable to move and resize) Requirements PyQt5 >= 5.8 Setup pip3 install git+https://github.com/yjg30737/pyqt-custom-frameless-mainwindow.git –upgrade Example Code Sample from PyQt5.QtWidgets import QApplication from pyqt_custom_frameless_mainwindow import CustomFramelessMainWindow if __name__ == “__main__”: import sys app = QApplication(sys.argv) example = CustomFramelessMainWindow() example.show() app.exec_() GitHub View Github    

Read more

A Libgen Non-Fiction/Sci-tech store plugin for Calibre

A Libgen Non-Fiction/Sci-tech store plugin for Calibre Installation Download the latest zip file release from here Open Calibre Navigate to Preferences -> Plugins (in the advanced section) -> Load Plugin from File and select the zip file you downloaded. Restart Calibre Usage Use p%NUM% at the end of the query in Calibre Get books G gui to set a specific libgen output page offset (script implies 25 entries per page this also may suppress or alter other store plugins output): […]

Read more

A simple chat api that can also work with ipb4 and chatbox+

API for chatting that can work on its own or work with Invision Community and Chatbox+. You are also welcome to create frontend for this API. eg: Website Application User management 1 to 1 Conversation Group Conversation SwaggerApi Documentation Coming soon… Contributors Contributors are welcome to help with the project or create new features. But that has also work with ipb4 and chatbox+ GitHub View Github    

Read more

TikTok Auto Claimer Leaked By bazooka#0001

Zues Auto Claimer Leaked By bazooka#0001 put proxies in prox.txt put ssid in sid.txt put all users you want to target in user.txt for the login just type anything the login doesnt work How To Get ssid to get ssid download memu and http tool kit open memu and download tiktok now make a tiktok account or login to on and open http tool kit the type mobile click “android device via adb” then look for something like this /passport/account/info/v2 […]

Read more

JWT Key Confusion PoC (CVE-2015-9235) Written for the Hack the Box challenge – Under Construction

Written for the Hack the Box challenge – Under Construction This script performs a Java Web Token Key Confusion Attack (CVE-2015-9235). To perform the attack it is required that the attacker know the public key which the server will use to verify the signature as well as the server being configured to use the HS256 algorithm. Because HS256 is a symmetric-key algorithm (the same key is used to sign and verify the message), we can use the public key to […]

Read more

A collection of useful functions for writers to analyze text/stories

AuthorTools provides a multitude of functions for easily analyzing (your?) writing. AuthorTools is made especially for creative writers with some python skills, or developers of writing applications. It contains tools to split strings in a variety of ways, such as into sentences or by chapter, and functions to analyze text, like counting the percent of a text that is composed of dialogue (in quotes). Installation AuthorTools is available on PyPI. Usage AuthorTools provides its functions in authortools.py. After installation, you […]

Read more

A wide AOI generator tool

A wide AOI generator tool. Information Installation To Install you have to have python 3.x and pip installed on your system. If you have those two installed then we can continue. Install drkdiscord on your system (If you have installed a zip then extract it first). And go into the directory. Then do pip install -r requirements.txt that should install all missing modules. Then Just run the script usuing python3 drkgen.py License GPL-3.0 License Other Information This project is under […]

Read more
1 23 24 25 26 27 49