#Python Programmingsection

C1
Python Steam Library Scanner - Analyze Installed Games & Disk Usage

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

by c13953655 · in Python Programming · 0 replies · 102 views
c13953655
C1
Python Windows Event Log Analyzer — System Error Scanner

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

by c13953655 · in Python Programming · 0 replies · 75 views
c13953655
C1
DetectedGame Crash Analyzer — Find Why Your Game Crashed (Unity / Unreal / Minecraft Logs)

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

by c13953655 · in Python Programming · 0 replies · 163 views
c13953655
C1
Python Voice Lab - Text-to-Speech + 10 Voice Effects (Audio Processing Project)

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

by c13953655 · in Python Programming · 4 replies · 138 views
c13953655
C1
Python Network Port Scanner (Learning Project)

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

by c13953655 · in Python Programming · 0 replies · 88 views
c13953655
C1
Python Password Generator + Password Strength Checker

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

by c13953655 · in Python Programming · 0 replies · 77 views
c13953655
Matthew
Text Encrypted using Caesar Cipher Formula

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

by Matthew · in Python Programming · 1 replies · 1.2k views
c13953655
Matthew
Python Program to Calculate Weekly Pay

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

by Matthew · in Python Programming · 1 replies · 1.4k views
c13953655
Vox
Solution for the "Text Based Game" project (IT140/COP100+)

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

by Vox · in Python Programming · 1 replies · 1.9k views
Matthew
Python Program to Calculate Sum/Avg of a Given Input

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

by Matthew · in Python Programming · 1 replies · 1.1k views
Matthew
New to Python?

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

by Matthew · in Python Programming · 13 replies · 43.6k views
Holmesdr
What are the rules associated with web scraping?

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

by Holmesdr · in Python Programming · 5 replies · 4.2k views
Matthew
Python Program to Write my Name in Turtle

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

by Matthew · in Python Programming · 4 replies · 2.5k views
beetjack
pyMeow - Python Library for external Game Hacking

pyMeow - Open source Python Library for external Game Hacking GitHub: Example ESP (Sauerbraten): Memory API: Overlay API: Drawing API: Vector API: Misc:

by MeowX · in Python Programming · 3 replies · 4.2k views
beetjack
Matthew
Python Program to Calculate Avg of Numbers in a Text File

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

by Matthew · in Python Programming · 5 replies · 2.3k views
mburhm
PH
Symbolic Execution and You - Tutorial 1 - Z3 Solvers

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

by PhoneKeyboard · in Python Programming · 5 replies · 1.9k views
Matthew
Need help?