Skip to content
View botdxn's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report botdxn

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
botdxn/README.md

About me

(aka. what I want others to think about me)

marcin = {
	"age": "28",
	"main_language": "python",
	"hobbies": "['it infrastructure','cybersecurity','sysadministration','siem','edr','virtualization','proxmox']",
	"university": "wroclaw university of science and technology",
	"faculty": "IT and management",
	"curr_empl": "cybersecurity engineering"
}

My cool repos

(some of 'em are poorly documented but believe me I'll start doing that properly lmao)

  • Youtube Mp3 GUI - first try at PyQT5 to create a simple youtube-to-mp3 downloader
  • OLX API Scraper - my first bigger project using FastAPI and BeautifulSoup to scrape offers from Polish website. Also it serves as a platform to learn basic CI/CD operations (Github Actions) along with structuring projects for builds and releases.
  • PythonDesktopCleaner - implementation of an idea from a YouTuber Kalle Hallden where the script categorizes and cleans out your desktop (or any given path for that matter)
  • PyCryptor - simple script to safely encrypt your files with a safe-key that you will have to save in order to not lose your hentai
  • universal-forms-submitter - a work-in-progress script to automatically fill out Google Forms (without text answers yet)

Pinned Loading

  1. PyCryptor PyCryptor Public

    Encrypting files with a hash key

    Python

  2. PyObfuscator PyObfuscator Public

    Python 3

  3. olx-api-scraper olx-api-scraper Public

    Python

  4. python-youtube-mp3 python-youtube-mp3 Public

    Python

  5. universal-forms-submitter universal-forms-submitter Public

    Submiting Google Forms without hassle.

    Python 1 2

  6. virustotal_checker virustotal_checker Public

    Quickly check a file against VirusTotal API

    Python