Skip to content

joludyaster/my-little-python-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is my collection of Python scripts

If you want to run any scripts that are in this collection,
first create isolated virtual environment and install the required packages using the following commands:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  • Files Analyzer - A Python script that analyzes files in a directory and its subdirectories.

About

This is a collection of my little projects in Python. Some of them can be used to automate some tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages