Python’s zipfile: Manipulate Your ZIP Files Efficiently

Python’s zipfile is a standard library module intended to manipulate ZIP files. This file format is a widely adopted industry standard when it comes to archiving and compressing digital data. You can use it to package together several related files. It also allows you to reduce the size of your files and save disk space. Most importantly, it facilitates data exchange over computer networks. Knowing how to create, read, write, populate, extract, and list ZIP files using the zipfile module […]

Read more

You are AllSet: A Multiset Function Framework for Hypergraph Neural Networks

This is the repo for our paper: You are AllSet: A Multiset Function Framework for Hypergraph Neural Networks. We prepared all codes and a subset of datasets used in our experiments. All codes and script are in the folder src, and a subset of raw data are provided in folder data. To run the experiments, please go the the src folder first. Enviroment requirement: This repo is tested with the following enviroment, higher version of torch PyG may also be […]

Read more

Indicator divergence library for python

This module aims to help to find bullish/bearish divergences (regular or hidden) between two indicators using argrelextrema from scipy.signal. Code based on higher-highs-lower-lows-and-calculating-price-trends-in-python article on medium. This package is mean to use in conjunction with jesse ai but is generic enough to be used on its own. poetry build pip install dist/jesse_extra_indicators-0.1.0-py3-none-any.whl

Read more

A Virtual Keyboard GUI app made in python using tkinter

A GUI application made in python using tkinter This is my first ever proper GUI based application project after learning tkinter recently. I made it to practice and get more used to working with tkinter Features You can open the keyboard settings menu with the button in the bottom right corner The keyboard is stored as a class named VirtualKeyboard, which you can import and use VirtualKeyboard().start() to use the virtual keyboard The keyboard comes in 5 sizes: Very Small […]

Read more

Token Logger with python

Oxy Token Stealer Features Grabs discord tokens Grabs chrome passwords Grabs edge passwords Nothing else, I don’t feel like releasing full on malware to people (and i barely know python) How to use 1 – Download python 3.10.x https://www.python.org2 – Download the python code and change the settings3 – Open command prompt in the directory with the file4 – Type “pip install pyinstaller && pyinstaller –onefile –noconsole filename.py”5 – Enjoy! Info Don’t use this code for any malicious use or […]

Read more

A discord bot that autobans blacklisted users by ID and Names

A discord bot that autobans blacklisted users by ID and Names Getting Started Dependencies Installing Make sure to go through and add your log channel id inside of the autoban.py file, add your discord token to the token.0 file and then add your guild id inside of the autoban.py file and the init.py file inside of the bot folder. Executing program Open cmd prompt and navigate to where the bot folder is store then run this command. Bot Commands /abl […]

Read more
1 263 264 265 266 267 977