Skip to content
View n05tr0m0's full-sized avatar
:electron:
My life is based on true story.
:electron:
My life is based on true story.

Highlights

  • Pro

Organizations

@moscow-python-beer
Block or Report

Block or report n05tr0m0

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

Hi everyone!

I'm a software developer 💻
My name is pronounced as [ muːs'liːm ]

About 11 years of administering of IT solutions (software products, servers based on Linux and Windows operation systems).
Also, more than a 5+ years of commercial Python programming experience. Good soft skills level.
Built a microservice architecture and also developed an asynchronous event-driven data processing system.

👨🏻‍🎓 Course Curator: Learn Python

📬 Reach me: Telegram
🏍 Hobby: Motorcycles, 3D Modeling [Blender]!

Pinned

  1. A simple password generator for CLI ... A simple password generator for CLI with automatic copying of the generated password to clipboard. Don't forget to give the rights to execute.
    1
    #!/usr/bin/env python3
    2
    import argparse
    3
    import platform
    4
    import random
    5
    import subprocess