Skip to content
View Cl1ckDragon's full-sized avatar
  • Galway, Ireland

Block or report Cl1ckDragon

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 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
Cl1ckDragon/README.md

Hi, I'm Evan πŸ‘‹

Python developer focused on backend development and cybersecurity.


πŸš€ About Me

  • Building practical Python tools with real-world use cases
  • Interested in cybersecurity, log analysis, and threat detection
  • Strong focus on writing clean, testable, and maintainable code
  • Currently expanding into backend systems and security-focused applications

πŸ›  Projects

πŸ” Suspicious IP Detector

https://github.com/Cl1ckDragon/log-analyser

Detects suspicious IP activity from failed login attempts in server logs

  • Log parsing and IP tracking
  • Threshold-based alerting
  • CLI tool with argparse
  • Unit tested with pytest

πŸ” Password Strength Checker

https://github.com/Cl1ckDragon/password-strength-checker

Evaluates password security and provides feedback for improvement

  • Input validation and error handling
  • Strength scoring system
  • Secure password handling practices

πŸ—’ CLI Note Manager

https://github.com/Cl1ckDragon/note-manager

A persistent command-line note-taking application

  • JSON-based storage
  • Object-oriented design
  • Add, view, and delete functionality

🧰 Skills

Languages:
Python, C++, C#, Java

Core Skills:

  • Python scripting & automation
  • CLI application development
  • File handling (JSON, text)
  • Data structures (lists, dictionaries)
  • Unit testing (pytest)
  • Error handling & input validation

Tools & Platforms:
Git, VS Code, Windows, Linux


πŸ“š Currently Learning

  • Backend development (APIs, databases)
  • Cybersecurity fundamentals
  • Log monitoring and threat detection

πŸ“« Contact

Pinned Loading

  1. log-analyser log-analyser Public

    A CLI tool that reads log files and detects suspicious activity.

    Python

  2. note-manager note-manager Public

    A CLI Python + JSON tool that allows the user to create, read, update and delete notes.

    Python

  3. password-strength-checker password-strength-checker Public

    A CLI Python tool that evaluates password strength.

    Python