python-fetch
: Legacy/one-script version of my pepefetch projectMy first ever script in python btw.
modmenu-template
: A simple modmenu UI powered in pygameI started this in a impulsive manner and I don't really plan to do anything with it in the near future.
decimal_2_binary
: Converts a decimal number to binaryOur teacher was explaining how to convert decimal numbers to binary, I got bored and decided to make a script to do it for me instead.
randomness-test
: A script to test the pseudorandomness of the 'random' moduleDecided to leave it here because the results are interesting.
binary-junk
: Prints random binary numbersOnce again I coded something useless instead of paying attention in class.
hex-junk
: Prints random hexadecimal numbersEvolution of the binary-junk script.
net-slow
: Attempts to slow the network with excessive traffic
Beware that you can NOT stop this script once you start it!Can also be used as a DoS or DDoS tool.
ping-sweep
: Detects active hosts in the network by using pingsAt the moment it only scans for the 255.255.255.0 subnet mask.
hangman
: Text based hangman gameI also made this one while not listening in class.
alpha-byte-converter
: Prompt that converts MiB to MB, GB to GiB, and so on.Why are we doing this manually in our IT class anyways?
byte-converter
: A class to convert units of data storage easilySupports units from Bits to pebibytes.
scapy-test
: Some functions using ScapyIncludes: Fake packet, DNS query, MAC vendor lookup, Get MAC from IP, ARP Discover.
scapy-sniffer
: Sniffs packets and prints their informationWIP. The goal is to display the packets in an organized and readable way, and also offer easy customizability.
snake
: Classic snake gameText-Based, intended to be played inside a terminal. Handles input via 'keyboard' library.
keyboard-macro
: Macro script made using the 'keyboard' libraryUnfinished proof-of-concept, use at your own risk. Subject to change.
arp-spoofer
: Proof-of-concept ARP reply spammerClass got boring, scripting this was way more entertaining.
mitm
: Man-in-the-Middle AttackBased on scapy.
spinner
: Text-based looping loading spinnerUseless, but it looks cool. Just 10 lines of code btw.
whos-pkting-me
: Find out who is sending all those packets!Useful to detect who's jamming the network.
udp-msg-sender
: Send plaintext unencypted UDP messagesI wanted to make a proper encrypted messaging protocol, but things got complicated, so I decided to upload the first unencrypted version here while I make the dedicated repo for this project.
Can be used to learn how unencrypted messages can be intercepted in the network.udp-msg-receiver
: Receive plaintext unencrypted UDP messagesCheck 'udp-msg-sender' above for more info.
counting-game
: Counting game to learn the powers of 2My teachers are not aware of my severe addiction for making dumb scripts in class.
pascals-triangle
: Prints Pascal's triangle with X rowsOne of my teachers is somewhat aware of this "addiction".
bj-card-counting
: A game to practice BlackJack card counting"You are only 20 hands of blackjack away from being a millionaire". Please gamble responsibly tho, and only bet what you can afford to lose.
ctkinter-test
: Trying out Custom TKinterSome text, some buttons, and not much more.
rae-scraper
: Web Scraper for RAEGets the definitions, synonyms and antonyms of a word. Based on selenium and BeautifulSoup.
I hope the Spanish goverment doesen't sue me.rae-scraper-v2
: A better Web Scraper for RAEUses pyppeteer instead of selenium, making the process faster as it doesn't actually open a brower window.
curses-test
: Messing with the curses libraryReject GUI, return to CLI
prac-flsm
: Practice calculating FLSM ipsCalculators exist, yunno?
prac-byte
: Practice binary to decimal calculationsI'm cooked
polybius-square-crypt
: Simple polybius square encrypt-decrypt scriptSorry teach, there is no way I'm doing this manually
alberti-crypt
: Simple alberti cipher encrypt-decrypt scriptLike ceasar cipher, but wrong
-
Notifications
You must be signed in to change notification settings - Fork 0
🐍 A simple repository where I keep my python stuff
License
PepeBigotes/python-stuff
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
🐍 A simple repository where I keep my python stuff