Script Master
Offer Script work on your next project.
Rating
Language proficiency level
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
Programming
Portfolio
-
Telegram bot weather on Python
PythonTelegram bot that shows real-time weather for any city. Temperature, humidity, wind, pressure, visibility. Beautiful design. #python #telegram #bot #parsing
-
Weather parser in Python
PythonThe program receives real-time weather for any city in the world. Temperature, humidity, wind.
#python #parsing #automation
-
Mandelbrot Fractal in Python
PythonThe 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
PythonAnimated 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
PythonAnalog clock with real-time animation. The hands move every second.
#python #visualization #animation
-
Telegram Echo Bot in Python
PythonSimple Telegram bot in Python. Responds to the command /start and repeats any message from the user.
#python #telegram #bot
-
3D Visualization in Python
PythonBeautiful 3D graphics in Python — wave, spiral, mountains, and sphere. Libraries matplotlib and numpy. #python #visualization #graphics
-
Currency converter in Python
PythonSimple 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
PythonSimple 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
PythonThe 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
PythonA 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
PythonSimple calculator in Python. Supports operations +, -, *, /. #python #script #automation