Skip to content
View czuameni's full-sized avatar

Block or report czuameni

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
czuameni/README.md

πŸ‘‹ Hi, I'm Wojtek

Python developer focused on building practical desktop tools for automation, data processing and security.


About Me:

I specialize in creating real-world, production-ready desktop applications using Python. My projects focus on solving actual business problems such as:

  • data cleaning & transformation
  • automation & lead generation
  • file management & backups
  • security & encryption
  • API testing and integrations

I prefer building useful tools over tutorial projects β€” everything in my portfolio is designed to be usable in real scenarios.


Tech Stack:

Languages & Core:

  • Python

GUI / Desktop:

  • PyQt6 / PySide6
  • Tkinter / CustomTkinter

Data & Processing:

  • Pandas
  • CSV / Excel handling
  • Data cleaning & normalization

Databases & Storage:

  • SQLite
  • JSON

Security:

  • Fernet encryption
  • SHA256 hashing
  • bcrypt
  • PBKDF2

Automation & Integrations:

  • SMTP (email automation)
  • Playwright (web scraping)
  • BeautifulSoup / Requests
  • Tesseract OCR

Other:

  • PyInstaller (building .exe apps)
  • Threading / async processing
  • Modular architecture (core/services/ui)

Projects:

API Explorer

Desktop tool for testing APIs (GET, POST, PUT, DELETE), working with JSON, headers and request history. Focus: API, HTTP, backend interaction


Velos – Google Maps Lead Scraper

Automation tool for collecting company data and building lead databases. Focus: scraping, automation, data pipelines


Pronoty – Secure Notes App

Encrypted note-taking application with strong authentication and local storage. Focus: security, encryption, architecture


PicRead – OCR Tool

Extracts text from images using Tesseract OCR. Focus: integrations, image processing


MailPilot – Email Automation

Tool for sending personalized email campaigns from CSV data. Focus: automation, SMTP, workflows


DataFusion – ETL Tool

Merges, cleans and deduplicates data from multiple sources. Focus: data engineering, pipelines


Excel Cleaner

Tool for cleaning and normalizing Excel/CSV datasets. Focus: data processing, validation


BAT – Backup Automation Tool

File backup system with versioning and restore functionality. Focus: file systems, performance


Golden Vault

Secure folder encryption system with backup and recovery features. Focus: encryption, security


Louketo – Password Manager

Encrypted password manager with generator and strength checker. Focus: secure storage, UX


What I Focus On:

  • Building useful tools, not demos
  • Solving real business problems
  • Writing clean, modular code
  • Designing intuitive desktop interfaces
  • Working with data and automation

Current Direction:

I am currently expanding into:

  • FastAPI (backend development)
  • API integrations and services
  • Deploying applications (cloud / web)

Goal:

Looking to work as a Python Developer (Automation / Data / Backend) where I can build tools that actually solve problems.


Contact:


Fun Fact:

Most of my projects started as tools I actually needed β€” then turned into full applications, used by several entities.

Popular repositories Loading

  1. velos-web-scraper velos-web-scraper Public

    Python desktop tool for extracting business listings from Google Maps, collecting company data and exporting results to CSV.

    Python

  2. golden-vault golden-vault Public

    Secure desktop vault application for encrypting folders with password protection.

    Python

  3. louketo-password-manager louketo-password-manager Public

    Python desktop password manager with encrypted vault, master password authentication and password generator.

    Python

  4. excel-cleaner excel-cleaner Public

    Desktop GUI tool for cleaning messy Excel and CSV datasets. Supports duplicate removal, data normalization, email validation, dataset preview and automated export of cleaned files.

    Python

  5. mail-pilot mail-pilot Public

    Desktop application for sending personalized email campaigns from CSV contact lists. Built with Python and CustomTkinter. Supports SMTP sending, attachments, email validation, campaign save/load, a…

    Python

  6. picread picread Public

    Desktop OCR application for extracting text from images using Tesseract (Python + CustomTkinter)

    Python