quicktools
quicktools
A math, text, media, and document automation toolkit — built by Samuel Peprah under AtomDev Studios.
About Samuel Peprah

Samuel Peprah is a software developer, web application developer, and Occupational Therapy student at the University of Ghana. Alongside his healthcare education, he is also studying Computer Science at the University of the People, combining knowledge from both fields to develop practical technology solutions.
His interests span full-stack web development, software engineering, automation, artificial intelligence, cybersecurity, and health technology. He enjoys building scalable applications that solve real-world problems and continuously explores new technologies to improve his skills.
Samuel has developed educational platforms, business management systems, attendance systems, healthcare applications, and AI-powered solutions. He is passionate about creating software that is modern, efficient, secure, and user-friendly.
About AtomDev Studios
AtomDev Studios is the personal software development brand founded by Samuel Peprah. The studio specializes in designing and developing modern websites, web applications, business management systems, educational platforms, and custom software solutions for individuals, startups, schools, and organizations.
The mission of AtomDev Studios is to transform ideas into reliable, scalable, and innovative digital products that solve real-world problems while delivering exceptional user experiences.
Areas of Expertise
- Full-Stack Web Development
- Custom Web Applications
- REST API Development
- Database Design & Management
- Educational Technology Platforms
- Healthcare Technology Solutions
- AI Integration & Automation
- UI/UX Design
- Cloud Deployment & Hosting
- Website Maintenance & Support
Technologies
Python • Flask • JavaScript • HTML • CSS • Tailwind CSS • Bootstrap • PostgreSQL • SQLite • Git • GitHub • Cloudflare • Docker
Connect
- LinkedIn: samuel-peprah-a63598347
- X (Twitter): @legend_consult
- TikTok: @legendinlearning
- Instagram: @ksapeprah
- GitHub: Samuel-Peprah-cmd
"Building innovative software solutions that bridge technology with real-world impact."
Modules:
mathtools- primes, GCD/LCM, mean, median, standard deviationstrtools- palindromes, slugify, edit distance, anagrams, cipherslinalg- matrix operations, determinants, inverses, linear systemscalculus- derivatives, integrals, Taylor series, Newton's methodnumbertheory- extended GCD, modular inverse, sieve, prime factorizationcombinatorics- permutations, combinations, Catalan numbers, Fibonaccifiletools- read/write any file, JSON, YAML, hashing, zip/unzipimagetools- AI background removal, format conversions, compress images, resize, watermark, image-to-PDFpdftools- merge, split/extract pages, compress PDFs, text extraction, rotate, encrypt, PDF-to-imagesdoctools- read/write Word docs, compress heavy .docx files, docx-to-PDF, PDF-to-docxspreadsheettools- CSV, Excel, and JSON conversionsunitconverter- temperature, distance, weight, volume, speed, storage conversionspresentationtools- read/create PowerPoint decks, cloud themes, docx/pdf-to-pptx, pptx-to-docxaudiotools- AI transcription, AI translation to English, word timestamps, speaker diarization, SRT exportvideotools- web video downloader, audio extraction, video transcription, frame extraction
1""" 2<div align="center"> 3 <img src="assets/AtomDev_Studios.png" alt="AtomDev Studios" width="400"> 4</div> 5 6# quicktools 7 8A math, text, media, and document automation toolkit — built by **Samuel Peprah** 9under **AtomDev Studios**. 10 11--- 12 13## About Samuel Peprah 14 15<img src="assets/sam.png" alt="Samuel Peprah" width="150" style="border-radius: 50%; float: left; margin-right: 20px; margin-bottom: 10px; border: 2px solid #06b6d4;"> 16 17Samuel Peprah is a software developer, web application developer, and 18Occupational Therapy student at the University of Ghana. Alongside his 19healthcare education, he is also studying Computer Science at the University 20of the People, combining knowledge from both fields to develop practical 21technology solutions. 22 23His interests span full-stack web development, software engineering, 24automation, artificial intelligence, cybersecurity, and health technology. 25He enjoys building scalable applications that solve real-world problems and 26continuously explores new technologies to improve his skills. 27 28Samuel has developed educational platforms, business management systems, 29attendance systems, healthcare applications, and AI-powered solutions. He is 30passionate about creating software that is modern, efficient, secure, and 31user-friendly. 32 33## About AtomDev Studios 34 35AtomDev Studios is the personal software development brand founded by Samuel 36Peprah. The studio specializes in designing and developing modern websites, 37web applications, business management systems, educational platforms, and 38custom software solutions for individuals, startups, schools, and 39organizations. 40 41The mission of AtomDev Studios is to transform ideas into reliable, scalable, 42and innovative digital products that solve real-world problems while 43delivering exceptional user experiences. 44 45### Areas of Expertise 46 47- Full-Stack Web Development 48- Custom Web Applications 49- REST API Development 50- Database Design & Management 51- Educational Technology Platforms 52- Healthcare Technology Solutions 53- AI Integration & Automation 54- UI/UX Design 55- Cloud Deployment & Hosting 56- Website Maintenance & Support 57 58### Technologies 59 60Python • Flask • JavaScript • HTML • CSS • Tailwind CSS • Bootstrap • 61PostgreSQL • SQLite • Git • GitHub • Cloudflare • Docker 62 63### Connect 64 65- LinkedIn: [samuel-peprah-a63598347](https://www.linkedin.com/in/samuel-peprah-a63598347) 66- X (Twitter): [@legend_consult](https://x.com/legend_consult) 67- TikTok: [@legendinlearning](https://www.tiktok.com/@legendinlearning) 68- Instagram: [@ksapeprah](https://www.instagram.com/ksapeprah) 69- GitHub: [Samuel-Peprah-cmd](https://github.com/Samuel-Peprah-cmd) 70 71> "Building innovative software solutions that bridge technology with real-world impact." 72 73--- 74 75### Modules: 76- `mathtools` - primes, GCD/LCM, mean, median, standard deviation 77- `strtools` - palindromes, slugify, edit distance, anagrams, ciphers 78- `linalg` - matrix operations, determinants, inverses, linear systems 79- `calculus` - derivatives, integrals, Taylor series, Newton's method 80- `numbertheory` - extended GCD, modular inverse, sieve, prime factorization 81- `combinatorics` - permutations, combinations, Catalan numbers, Fibonacci 82- `filetools` - read/write any file, JSON, YAML, hashing, zip/unzip 83- `imagetools` - AI background removal, format conversions, compress images, resize, watermark, image-to-PDF 84- `pdftools` - merge, split/extract pages, compress PDFs, text extraction, rotate, encrypt, PDF-to-images 85- `doctools` - read/write Word docs, compress heavy .docx files, docx-to-PDF, PDF-to-docx 86- `spreadsheettools` - CSV, Excel, and JSON conversions 87- `unitconverter` - temperature, distance, weight, volume, speed, storage conversions 88- `presentationtools` - read/create PowerPoint decks, cloud themes, docx/pdf-to-pptx, pptx-to-docx 89- `audiotools` - AI transcription, AI translation to English, word timestamps, speaker diarization, SRT export 90- `videotools` - web video downloader, audio extraction, video transcription, frame extraction 91""" 92 93__version__ = "0.9.4"