Skip to content

imaheshaher/python_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Scripts

A collection of small Python utility scripts for learning and daily tasks.


📂 Scripts

  • alarm.py → Simple alarm/timer utility.
  • file_handle.py → File operations (read, write, copy, move, delete).
  • find_path.py → Search for files or directories by name/pattern.
  • todo_with_db.py → Basic todo app with database storage.

🚀 Getting Started

Requirements

  • Python 3.8+
  • Standard Python libraries (no extra installs for most scripts).

Installation

git clone https://github.com/imaheshaher/python_scripts.git
cd python_scripts

Run any script with:

python script_name.py

🔧 Usage Examples

Alarm

python alarm.py --time 07:30 --message "Standup meeting"

File Handling

python file_handle.py --copy src.txt dest.txt
python file_handle.py --move src.txt ./backup/

Find Path

python find_path.py --name notes.txt

Todo App

python todo_with_db.py add "Buy groceries"
python todo_with_db.py list

🤝 Contributing

  1. Fork this repo
  2. Create a branch
  3. Commit your changes
  4. Open a Pull Request

About

file handling python scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages