#Python Programmingsection
A Python utility that scans Steam libraries and displays detailed information about installed games. Find large games, check storage usage, view installation paths and get a complete overview of your
Simple Python tool for analyzing Windows Event Logs. The script scans system events and helps find errors, warnings and crashes. Useful for troubleshooting Windows problems and checking system stabili
I created a small Python utility that helps analyze game crash logs and find possible reasons for crashes. Instead of manually searching through thousands of log lines, you can simply load a crash log
I created this Python project to experiment with text-to-speech generation and audio processing. The script works as a small voice effects studio. It converts user text into speech using installed sys
Python Network Port Scanner (Learning Project) I made a simple Python port scanner to learn how network connections work. This project was created for educational purposes to practice: Python sockets
I made a simple Python password generator with a password strength checker. Features: - Generates random passwords - Supports letters, numbers and symbols - Checks password complexity - Beginner frien
Just a little project I had to code for my Python class. You input the text and a distance value (for the cipher) and it encrypts the text and creates a .txt file on your desktop with the encrypted te
Coded in IDLE. Program asks the user to input their hourly wage, how many regular hours they worked for the week (<=40) and the amount of over time hours (>40). Program automatically calculates the ov
Make sure to use this wisely. If you submit the code as-is, you won't get a passing grade. Instead, maybe remove the comments, make the code a little bit sloppier, and change the names of the rooms an
Coded in IDLE, program asks for the user to input numbers. Once done with the input it calculates the sum/avg of all of the inputted numbers
Hey everyone! Hope all is well. I've created this thread to hopefully help aid those who are looking to or are currently learning Python and may need some guidance. Below I'll outline some useful prog
I starting learned Beautiful Soup and want to test myself by doing some projects but I found not all websites allow web scraping and somethings about robots.txt. What are the legal things associated w
Coded in Python using IDLE as my IDE and imported the turtle library. Run the program and it opens a Turtle window which attempts to draw part of my name. It's sloppy given all the commands and numeri
pyMeow - Open source Python Library for external Game Hacking GitHub: Example ESP (Sauerbraten): Memory API: Overlay API: Drawing API: Vector API: Misc:
Coded in IDLE. Project was to create a program that read the contents of a .txt file and calculated the avg of all numbers in the file. This was to be done using 2 Higher - Order Functions (mapping an
What is symbolic execution you might ask, and I would say execution of a symbolic nature. This is the first tutorial in my series on Symbolic Execution. Basic Theory Before we really dive into symboli