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.
MarioBartolome/AbuseImgStorage
Upload any file to free image storage services. Including Amazon, Flickr and probably some others...
ildar-shaimordanov/perl-utils
Set of text- and file-oriented utilities for processing texts, files and piping
cablehead/anthropic-text-editor
A micro-CLI to apply tool calls from Anthropic for their text_editor_20250124 built-in computer use tool
Alejandro-Roldan/Batch-Pynamer
A purely python batch file renamer (and metadata editor) specially made to work on linux
EnjiRouz/WIN_API
The scariest thing I've ever written. Лабораторные по дисциплине "Операционные системы" под Windows
ReplAPI-it/ReplFiles
[Temporarily Depreciated] The ReplFiles API. Part of the ReplAPI.it Project.
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
Muhammad-Tayyab-Awan/files-guru
Npm Package to manipulate files
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.
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.
baatochan/BasicsOfBashLabs
Simple bash and python scripts written for Operating Systems (Systemy Operacyjne 2) course at the university.
gongliyu/arlib
Common interfaces for archive manipulation
harismuneer/Activity-Calendar
🗓️ A console based graphical activity calendar implemented in C++ as an assignment for the course "Computer Programming CS103"
JawshyJ/Coding_Practice
I'll post all of my practice projects here, which will mostly consist of games and file manipulators.
natecraddock/page-zipper
Merges (zips) right and left captured pages of books
Otas02CZ/leek
Simple cmd file manager controlled by typed commands. Coded in "naive" Python. Target OS - Windows.
pdexheimer/scuttle
A command-line utility, a la samtools, that helps to manage and manipulate single-cell data files
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.
abhinavkumar2369/Python-File-Manipulation-Programs
File read, write & edit programs.
lukiwieser/make-files-ascii
Convert filenames from Unicode to ASCII.
MechaDragonX/MetaSlam
A program that names music and video files based on metadata (in the file or otherwise).
pferreirafabricio/c-exercises
:gun: Exercises in the C programming language
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.
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.
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.
vanillaiice/vext
Program to add, replace, or remove file extensions.
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.
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.
omrip500/Information-system-for-business-management
This C-based system manages a barbershop network, handling branch/barber management, appointments, kitchen, and supplier orders.
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
YounesRabeh/system-explorer
Make the code see the world
araujoviana/rename-book
CLI tool for renaming documents to kebab-case written in 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.
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.