file-manipulation

There are 75 repositories under file-manipulation topic.

  • crisbal/album-splitter

    Split single-file MP3 albums into separate tracks. Downloads from YouTube supported.

    Language:Python291114151
  • MarioBartolome/AbuseImgStorage

    Upload any file to free image storage services. Including Amazon, Flickr and probably some others...

    Language:Python16204
  • ildar-shaimordanov/perl-utils

    Set of text- and file-oriented utilities for processing texts, files and piping

    Language:Perl10200
  • cablehead/anthropic-text-editor

    A micro-CLI to apply tool calls from Anthropic for their text_editor_20250124 built-in computer use tool

    Language:Rust72
  • Alejandro-Roldan/Batch-Pynamer

    A purely python batch file renamer (and metadata editor) specially made to work on linux

    Language:Python6100
  • EnjiRouz/WIN_API

    The scariest thing I've ever written. Лабораторные по дисциплине "Операционные системы" под Windows

    Language:C++5100
  • ReplFiles

    ReplAPI-it/ReplFiles

    [Temporarily Depreciated] The ReplFiles API. Part of the ReplAPI.it Project.

    Language:JavaScript4211
  • afesheir/adv-c

    This is the code examples and projects associated with my Advanced C Programming on Udemy. Check it out here: https://shorturl.at/JmKFa

    Language:C310
  • Muhammad-Tayyab-Awan/files-guru

    Npm Package to manipulate files

    Language:JavaScript30
  • Watchdog0x/chunkHide

    chunkHide provides a convenient way to manipulate PNG image files by adding, modifying, or reading text chunks. It is particularly useful for scenarios where you need to embed metadata or other textual information within a PNG image.

    Language:Go3100
  • apple-fritter/digits

    Powerful tool designed to clean and preprocess plaintext files; Remove non-numeric/alphabetic/punctuational characters, with the ability to collapse repeated punctuations.

    Language:Rust2000
  • baatochan/BasicsOfBashLabs

    Simple bash and python scripts written for Operating Systems (Systemy Operacyjne 2) course at the university.

    Language:Shell2200
  • gongliyu/arlib

    Common interfaces for archive manipulation

    Language:Python2251
  • harismuneer/Activity-Calendar

    🗓️ A console based graphical activity calendar implemented in C++ as an assignment for the course "Computer Programming CS103"

    Language:C++2201
  • JawshyJ/Coding_Practice

    I'll post all of my practice projects here, which will mostly consist of games and file manipulators.

    Language:Python2000
  • natecraddock/page-zipper

    Merges (zips) right and left captured pages of books

    Language:Python2351
  • leek

    Otas02CZ/leek

    Simple cmd file manager controlled by typed commands. Coded in "naive" Python. Target OS - Windows.

    Language:Python2151
  • pdexheimer/scuttle

    A command-line utility, a la samtools, that helps to manage and manipulate single-cell data files

    Language:Python2100
  • walidbosso/Nodejs_playground

    Creating a server, and then listening to a request and show a response based on it, if /read then I read the content of a file and show it on the browser, I can also write and append content to the file.

    Language:JavaScript210
  • abhinavkumar2369/Python-File-Manipulation-Programs

    File read, write & edit programs.

    Language:Python1200
  • lukiwieser/make-files-ascii

    Convert filenames from Unicode to ASCII.

    Language:Python1200
  • MechaDragonX/MetaSlam

    A program that names music and video files based on metadata (in the file or otherwise).

    Language:C#130
  • pferreirafabricio/c-exercises

    :gun: Exercises in the C programming language

    Language:C1310
  • rkeytech/goodreads-editions

    A python script for finding other editions of a book on Goodreads, based on its ISBN or Name, and choosing other languages to filter editions.

    Language:Python1210
  • Sadaqat420/Batch-Tools

    welcome to the Batch Tools repository! This collection contains a diverse set of batch files designed to streamline various tasks related to file manipulation, text analysis, and more on Windows systems.

    Language:Batchfile1100
  • schlopp96/StringGen

    StringGen is a simple CLI string-generator, pulling content from a dictionary file containing over 1.5 million web-scraped words and phrases.

    Language:Python1001
  • vanillaiice/vext

    Program to add, replace, or remove file extensions.

    Language:V1100
  • edvujic/Point-Manipulation-and-Error-Detection

    This project provides tools for analyzing collections of 3D point data, enabling the identification of key spatial features such as closest point pairs and bounding volumes. It offers an interactive user experience to perform calculations and extract meaningful insights from point cloud datasets.

    Language:C++0100
  • FlorealRISSO/stack-sh

    A lightweight shell utility for managing a directory stack. Easily navigate between directories by pushing, popping, and swapping paths. Ideal for developers and system administrators who frequently switch between multiple project directories.

    Language:Shell0100
  • omrip500/Information-system-for-business-management

    This C-based system manages a barbershop network, handling branch/barber management, appointments, kitchen, and supplier orders.

    Language:C0100
  • tatilimongi/First_Python_Project

    Este repositório contém um estudo de caso de automação de planilhas em Python para análise de vendas de carros por fabricante ao longo dos anos

    Language:Python0100
  • YounesRabeh/system-explorer

    Make the code see the world

    Language:Java0100
  • araujoviana/rename-book

    CLI tool for renaming documents to kebab-case written in Rust

    Language:Rust
  • MoSalem149/PythonUtilities

    A collection of Python scripts for common utility tasks including file manipulation, word counting, longest word detection, and grade categorization. Perfect for quick and easy solutions to everyday programming problems.

    Language:Python10
  • Vatsalj17/Hangman-C-Edition

    This repository features a command-line Hangman game implemented in C. Players guess a hidden word one letter at a time, with 7 incorrect guesses allowed. The game includes random word selection from a text file and ASCII art representation of the hangman.

    Language:C