Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak

Nazar Kushnir

Offer Nazar work on your next project.

Ukraine Lvov, Ukraine
5 months 1 day back
Available for hire available for hire
on the service 3 years
  • telegram python bot
  • python
  • telegram bot

Rating

Successful projects
No data
Average rating
No data
Rating
177
Python
1365 place out of 4451

Skills and abilities

Portfolio


  • 7 USD

    Creation of a secure remote computer control system.

    Python
    Functionality:

    Power management: Remote shutdown and reboot of the PC.

    Monitoring: Receiving real-time screenshots of the desktop.

    Launching software: Ability to open a browser or specific programs via commands from the chat.

    Security: Access to the bot is restricted to the owner only (user_id verification).

    Stack: Python, Aiogram, OS library, PyAutoGUI
  • 3 USD

    Secure authorization and user management module (Python/

    An autonomous user registration and authentication system has been developed, built on Python. The project demonstrates skills in working with file databases, exception handling, and input validation.

    Key technical solutions:

    Persistent Storage: A mechanism for storing credentials in a local database (.txt/.csv) has been implemented, ensuring information is retained after the program restarts.

    Verification Algorithm: A system for searching and matching "username-password" pairs has been developed, with error handling for access issues.

    Validation: Checks for duplicate users during registration and correctness of input data have been added.

    Architecture: The code is built on the principle of modularity, allowing easy integration of this block into more complex projects (bots, web services, CRM systems).

    Technology stack:

    Python 3.x

    File I/O (working with the file system)

    The os module for checking the integrity of the database.