Skip to content

Here is stored most of my Python shenanigans. Feel free to use and modify the scripts to your liking

License

Notifications You must be signed in to change notification settings

FerrahWolfeh/python_stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ferrah's Python Utilities!!

This is my humble collection of random Python stuff that I made over time... They might not be useful for much, but feel free to use the as you like!

Main ones

These are my main scripts. They are more complex and usually were made to accomplish a simple task(s)

Encoder

Located here, this is a simple python 3.x script that uses ffmpeg to re-encode your video files to a specific file size and format.

Installation

Encoder needs two dependencies:

  • FFmpeg - Install it with your system's package manager (already bundled with the windows release zip)
  • ffpb, which can be installed with python -m pip install ffpb

Usage

Encoder takes an input video file and the desired output size as arguments.

usage: encoder.py [-h] [-f format] [-p preset] [-e {cpu,gpu}] input size

BME280 Data logger

This project is now made in Rust and can be found here

About

Here is stored most of my Python shenanigans. Feel free to use and modify the scripts to your liking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages