Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.3 KB

pet-project

Hello everyone !

This is my first repository dedicated to creating pet projects that I did while learning the Python programming language.

  1. The first program "Password Generator"

The password program is easy to use You don't need to install additional libraries since they are already there inside Python You just need to specify the password length and get the result

  1. Second program “sort-load”

I download a lot of files into my downloads folder, and to make it easier to access the files, I developed a simple way to sort them into separate folders for Videos, Programs, Images, and the like.

Before using the program you will need to install one library "shutil"

pip install shutil

For more information: https://docs.python.org/3/library/shutil.html

  1. The third program "simple clicker"

A simple clicker that is turned on and off by a keyboard button (you can specify any one), to work you need two libraries "Keyboard" and "Mouse"

pip install keyboard

pip install mouse

Working principle: You move the mouse cursor to the place where you need to click and press the button to activate, in my program it is “alt” just don’t forget that clicks are triggered by the cursor, so before moving the mouse, turn off the clicker by pressing the same “alt” button