Some Python code, that I write to solve work tasks
Script, working like console application. Made for creating access matrix for set of users in linux-like operation systems.
- Temcolor. To install it use command 'sudo pip install termcolor'
This example creates html table with users from users.txt file and their permissions to directories from dirs.txt file
sudo python PMatrix.py
check permissions users.txt dirs.txt -matrixHTML
Interface
Result
This script creating randomly augmented/distorted images for machine learning tasks.
- Augmentor. To install it use command 'sudo pip install Augmentor'
This example creates 1000 augmented images, based on source images from directories in datasets.txt file
python augmentDatasets.py 1000 datasets.txt