Code Monkey home page Code Monkey logo

About me

Hi there! My name is Filip and I am a passionate programmer with years of experience in the field.

I have always been fascinated by technology and its ability to make a difference in people's lives. That's what led me to pursue a career in software development. Throughout my career, I have worked on a variety of projects, from small-scale web applications to large enterprise systems.

On my GitHub profile, you'll mainly find smaller hobby projects and useful applications that I have developed in my spare time. I enjoy exploring new technologies and experimenting with different programming languages.

If you're interested in collaborating on a larger project or have any questions, please don't hesitate to get in touch with me through my website at www.filiprokita.com. I am always open to new opportunities and love working with other developers to create innovative solutions.

Thank you for taking the time to learn more about me!

Disclaimer

I assume no liability and I am not responsible for any misuse or damage caused by my software. You are using my software at your own risk!

Filip Rokita's Projects

colorgrabber icon colorgrabber

The "ColorGrabber" program written in C++ allows users to grab the RGB values of any pixel on the screen by pressing a specified key. It uses the Windows API to obtain the color information of the pixel under the cursor, and then displays the RGB values in the console window.

connectiontest icon connectiontest

This simple Python program is designed for testing internet connection. It prompts the user to enter a URL and then attempts to establish a connection with that address using the requests module.

cracksha256 icon cracksha256

This Python program, called CRACKSHA256, is a simple SHA256 hash cracker that takes a SHA256 hash and a wordlist as inputs. It attempts to crack the hash by iterating over each word in the wordlist, encoding it, and hashing it using SHA256. If successful, it prints the word that was used to generate the hash.

curpos icon curpos

This is a Python script that uses the pyautogui and keyboard libraries to output the current position of the cursor whenever a specified key is pressed.

cursorinfo icon cursorinfo

Simple Python program that displays the current position of the cursor and the color of the pixel under the cursor.

cursorpos icon cursorpos

This program retrieves the current position of the mouse cursor on the screen and displays it in the console. The user can set the desired key for initiating the cursor position retrieval using the 'menu' function.

dotzip icon dotzip

This program is a simple GUI tool that enables users to extract files from a Zip archive. It is written in Python using the tkinter library.

fclick icon fclick

FCLICK is a Python script that automates mouse clicking by detecting a change in pixel color on the screen. The script waits for a specified start button press to begin monitoring the pixel color at the current mouse position. Once the pixel color changes, the script sends a left mouse click to that position.

forcedelete icon forcedelete

This is a command-line utility program for Windows that allows the user to forcefully delete any file or directory in their system even if it's used by other program. The program takes a user-specified file or directory path and uses the "del" command to permanently delete it.

fr_spammer icon fr_spammer

This program is a simple spamming tool that creates a large number of text files with the name "FR_XXX.txt" (where XXX is a number from 0 to 999999) and the content "filiprokita.com" written in them. The program uses C++ file stream operations to create and write to the text files.

frclicker icon frclicker

FRClicker is a simple and beginner-friendly autoclicker program written in C++. It allows the user to set a desired CPS (clicks per second) and enable/disable the autoclicker with two chosen keys. This program can be useful for gamers and anyone who needs to automate clicking.

frclicker-pro icon frclicker-pro

This program allows the user to set the enable and disable keys for the autoclicker, as well as the clicks per second (cps) rate. Once the enable key is pressed, the program clicks the left mouse button at the set cps rate until the disable key is pressed. The status of the autoclicker (enabled or disabled) is displayed on the console.

goodpassword icon goodpassword

GOOODPASSWORD is a password generator that uses algorithms to create strong, random passwords. With customizable length and complexity options, it helps users generate secure passwords that meet even the most stringent security requirements.

hashtool icon hashtool

A simple command-line tool for calculating the MD5, SHA-1, and SHA-256 hash values of a text or a file, written in Python.

imgtosketch icon imgtosketch

This program converts an image to a sketch using OpenCV library in Python. The user needs to input the full name of the image file present in the script directory.

legitclicker icon legitclicker

It is an autoclicker that can be enabled and disabled with specific keyboard keys, and allows the user to set the number of clicks per second. It uses the Windows.h library to simulate mouse clicks.

linkpage icon linkpage

This is a simple Python program for creating a web page containing links to other websites. The program prompts the user to input settings such as author, description, font color, and background color, and it also allows the user to input the link titles and URLs.

loginpanel icon loginpanel

This program is a graphical user interface (GUI) for user authentication and registration. It allows users to choose between logging in or registering. The program is built using Python and the tkinter library.

lorem-ipsum-generator icon lorem-ipsum-generator

This program is a Lorem Ipsum generator that allows the user to input the number of sentences they want to generate and then outputs a randomized Lorem Ipsum text. The program is written in HTML, CSS, and JavaScript and can be easily run in a web browser. It also includes validation to prevent the user from generating more than 1000 sentences.

lpmpush icon lpmpush

This program enables the user to hold down the left mouse button by pressing a specific key and release it by pressing another key. The user can set the desired keys for enabling and disabling the left mouse button hold-down feature.

messagespammer icon messagespammer

This is a Python program for spamming messages using the PyAutoGUI library. The user is prompted to provide a start button, a stop button, and a file containing the messages to be spammed. The program continuously listens for the start button to be pressed, and if it is, it reads the messages from the file and starts spamming them.

mp4tomp3 icon mp4tomp3

This is a Python program for converting MP4 video files to MP3 audio files. It uses the tkinter and moviepy libraries and has a simple GUI interface.

networkscanner icon networkscanner

NETWORKSCANNER is a simple Python network scanner that allows users to scan for devices on their network.

night-cipher icon night-cipher

Password Generator is a web application that generates random passwords based on user-selected criteria. The user can choose the length of the password and which character types to include, such as uppercase and lowercase letters, numbers, and symbols.

passwordgenerator icon passwordgenerator

A simple password generator that creates a random password of a user-specified length, and checks if it meets security requirements. It includes digits, lowercase and uppercase letters, and special characters.

pngtoico icon pngtoico

his program is a GUI application that allows users to convert PNG images to ICO format. Users can select a PNG image using the file dialog and then save the converted image as an ICO file.

portscanner icon portscanner

PORTSCANNER is a simple Python program with GUI that allows users to check whether a given port is open on a specified IP address. The program uses socket programming to establish a connection to the specified port, and displays a message indicating whether the port is open or closed.

prettyhtml icon prettyhtml

PrettyHTML is a Python program that prettifies HTML code using BeautifulSoup. With a GUI built using Tkinter, users can easily select an HTML file and apply the prettification process to it. PrettyHTML makes it quick and simple to clean up and organize HTML code.

pyclicker icon pyclicker

pyClicker is a Python program that automates mouse clicks. It utilizes the PyAutoGUI library to perform the clicking action and the keyboard library to start and stop the clicking process. Users can customize the start and stop buttons according to their preferences. With pyClicker, repetitive clicking tasks can be completed with ease.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.