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

Script Master

Offer Script work on your next project.

Ukraine Kremenchug, Ukraine
1 month 5 days back
Available for hire available for hire
on the service 1 month 10 days

Rating

Successful projects
No data
Average rating
No data
Rating
116
Python
2055 place out of 4457
Data Parsing
467 place out of 767

Language proficiency level

Українська Українська: fluent
Русский Русский: fluent
English English: pre-intermediate

CV

Junior Python developer. Learning programming and ready to take on simple tasks — scripts, automation, data parsing. Responsible approach to work, eager to learn and grow. Available for small projects at a reasonable rate.

Skills and abilities

Portfolio


  • Telegram bot weather on Python

    Python
    Telegram bot that shows real-time weather for any city. Temperature, humidity, wind, pressure, visibility. Beautiful design. #python #telegram #bot #parsing
  • Weather parser in Python

    Python
    The program receives real-time weather for any city in the world. Temperature, humidity, wind.
    #python #parsing #automation
  • Mandelbrot Fractal in Python

    Python
    The visualization of the Mandelbrot set is a mathematical fractal with a beautiful color scheme. Libraries numpy and matplotlib.
    #python #visualization #mathematics
  • Visualization of sorting in Python

    Python
    Animated visualization of the bubble sort algorithm. 50 elements are sorted in real time with highlighting of active elements. #python #visualization #algorithms
  • Animated clock in Python

    Python
    Analog clock with real-time animation. The hands move every second.
    #python #visualization #animation
  • Telegram Echo Bot in Python

    Python
    Simple Telegram bot in Python. Responds to the command /start and repeats any message from the user.
    #python #telegram #bot
  • 3D Visualization in Python

    Python
    Beautiful 3D graphics in Python — wave, spiral, mountains, and sphere. Libraries matplotlib and numpy. #python #visualization #graphics
  • Currency converter in Python

    Python
    Simple currency converter in Python. Convert hryvnias to USD, EUR, GBP, PLN. The user selects the desired currency — the program shows the result.
    #python #script #automation
  • Password generator in Python

    Python
    Simple random password generator in Python. The user enters the length - the program generates a strong password with letters and numbers. #python #script #automation
  • Console calculator v3.0 with operation history and saving in

    Python
    The third project in the portfolio is an improved version of a console calculator in Python.

    Main improvements compared to previous versions:
    - Full history of all calculations
    - Automatic saving of history to the file `calculator_history.txt` (history does not disappear after restarting the program)
    - Command `history` — show history
    - Command `clear` — clear history
    - Command `exit` — exit the program
    - Protection against input errors and division by zero
    - Clean, understandable code with comments

    Technologies: Python 3, file handling (File I/O)

    Link to GitHub:
    https://github.com/t3615430-art/python-calculator-v3

    This is already quite a serious project for a beginner. Next, I plan to add a graphical interface (Tkinter).

    I am ready to take orders for similar scripts or further develop this project.

    #python #calculator #python3 #files #history #script #programming
  • Console calculator in Python with error handling

    Python
    A simple but reliable console calculator program in Python.

    What has been done:
    - Support for basic mathematical operations: +, -, *, /
    - Input error handling (if the user enters letters instead of numbers)
    - Protection against division by zero
    - Loop - allows performing multiple calculations in a row without restarting the program
    - "exit" command to exit the program
    - Clean code with comments

    Technologies: Python 3

    Link to GitHub:
    https://github.com/t3615430-ar/python-simple-calculator

    This is the second project in my portfolio. The first was a simpler calculator; in this one, I significantly improved functionality and reliability.

    Ready to further develop the project (add operation history, save to file, or a Tkinter graphical interface).
  • Calculator in Python

    Python
    Simple calculator in Python. Supports operations +, -, *, /. #python #script #automation