Collection of various python scripts and personal utilities, written mostly for fun and educational purpose.
Custom enumerating scripts to be launched against one or many targets adapted from Mike Czumak
recon.py
- script to run enumeration scripts on targets based on running services
Collection of scripts and exercises written while learning Natural Language Processing using NLTK, spaCy and the Rasa Stack
wiki-gen.py
- Generates two corpus using summaries from wikipedia ['en','simple']tw-tool.py
- Exercise script, statistical indexes, mutual information, bigrams, trigramsproject1.py
&project2.py
- University projects with NLTKtotd/totd-project.py
- The Typing of The Dead, Dictionary Generator: http://bit.ly/ttotd-steamlevenshtein.py
- Playing around with Levenshtein distancedemo-chatbot
- Datacamp Courses NLP foundamentals and Building Chatbots in Pythonsentiment.py
- custom Sentiment Analysis Component class for Rasa NLUfuzzy-match.py
- custom fuzzy string matching combining nltk's tokenizers, stemmers, and edit distance.crypto-converter
- quick and dirty Demo of cryptocurrencies converter bot with Rasa NLUngram.py
- JSON dump of n-gram models for a typing assistant's predictions with markov chainsnlpia-book
- Code from Manning's "Natural Language Processing in Action" book
Inspired by episodes of Mr. Robot, where Elliot uses a software for hiding information within his audio files
deepwav.py
- compress, encrypt and hide files into WAV files; also decrypts and extracts
Various scripts and exercises written for fun
genCodiceFiscale.py
- italian fiscal code generator, for testing purposesdice-poker_bot.py
- Telegram Bot: Dice Poker mini-game to be played vs botpomodoro.py
- easy to use Pomodoro Technique Timermemento-mori/main.py
- Futurama inspired DeathClockpdfExtract.py
- simple script to extract page intervals from pdf filepdfMerge.py
- simple script to merge different pdf filestoSprite.py
- creates simple sprite-sheets from a folder of frameskeywordmonitor.py
- Justin Seitz's Keyword Monitoring PipelinegooglePdfs.py
- automated bulk search and download of pdfs from google.cominteraction_test.py
- testing chatbot application Socket.io interactiongenerate_stories.py
- generator of training examples for Rasa Coresigned-hmacsha.py
- test client message handler logic for HMAC authenticationicone-android.py
- generate Android icons with different resolutionsoblio-xml.py
- script to process batches of XML lettersdiceroll.py
- script for evaluating dice rolling notation strings
Small app written for fun and testing purposes
simple_chat.py
- very simple chat app using flask-socketio