PyMakeMeLazyNDumb an automation tool for geekz, v0.0.4 released

The v0.0.4 of PyMakeMeLazyNDumb contains :
pygenericroutines.py is a generic python module that comprises of several general purpose routines required most of the times by python automation tools. All the components of PyMakeMeLazyNDumb are based upon it heavily. The v0.0.4 of the module carries a fix over v0.0.3 .

 

pycreateflswthdr.py is a python app that creates various files having .c, .h, .cpp, .hpp, .java, .py, .pl, .rb, .lua, .php, .sh, .mak, .sql extensions with appropriate commented information headers. Some of the generic fields of the commented info headers are filled automatically. So use this simple but effective app next time when you want to generate files you or others could track later on. The version 0.0.3 of the app also supports the configuration file feature to fill some of the entries in information header.

For example – if you want to generate example1.c, example2.py, example.sql files in your home directory then the command to type is :

python pycreateflswthdr.py -d ~ example1.c example2.py example3.sql

If you want to append an info header to an already existing file then the command to type is :

python pycreateflswthdr.py -a example4.mak

If you want to stuff Author, Download link & License entries (these are the common fields among generated multiple files) in the generated information header(s) as per your choice then create a text file config.conf in the current working directory with entries as shown below :

# test config file for PyMakeMeLazyNDumb

[pycreateflswthdr]

Author        = Ankur Kumar Sharma
Download link = https://richnusgeeks.wordpress.com
License       = Public Domain

here pycreateflswthdr is the section name contained in the square brackets and Author, Download link & License are the entries for which you want to use
your values instead of the automatically generated values. For example – if you want to generate (for append use -a option as shown above) example5.lua, example6.cpp, example7.rb with values taken from config.conf then the command to type is :

python ptcreateflswthdr.py -c example5.lua example6.cpp example7.rb

To see the usages of the app, the command is :

python  pycreateflswthdr.py -h

The app backs up existing files both in creation and append modes with extension .bak.timestamp .This app logs all the warning and error messages in a log file named activity.log in the current working directory from where pycreateflswthdr.py is invoked. Once this log file is created, all the subsequent warnings and errors are appended to it.

pycreatemyspace.py is a python app that creates an hierarchy of directories as per user provided arguments. A good directories hierarchy is the simplest way to effectively manage data so this app makes it easy to store and track your otherwise scattered data. You can mention the list of directories and subdirectories to be created on the command line itself or the app can read the list of the directories and subdirectories from a config file. You can also mention the destination directory where all these directories and subdirectories are created.

For example – if you want to create directories dir1, dir2, dir3 in the current location from where you run pycreatemyspace.py then the command to type is :

python pycreatemyspace.py -p ‘dir1 dir2 dir3’

If you also want to create some subdirectories in every created directory then the command to type is :

python pycreatemyspace.py -p ‘dir1 dir2 dir3’ -s ‘subdir1 subdir2 subdir3’

If you want to create your directories and subdirectories in your home directory then the command to type is :

python pycreatemyspace.py -d ~ ‘dir1 dir2 dir3’ -s ‘subdir1 subdir2 subdir3’

If you want the directories and subdirectories to be read from a configuration file then create a text file config.conf in the directory from where you run pycreatemyspace.py as shown below :

#test config fle for PyMakeMeLazyNDumb

[pycreatemyspace]

Directories = dir1 dir2 dir3
Subdirectories = subdir1 subdir2 subdir3

now the command to type is :

python pycreatemyspace.py -c

To see the usages of the app, the command is :

python  pycreateflswthdr.py -h

The app only creates non existing directories and subdirectories from the listing provided so your existing directories and subdirectories are always safe even if you include those in the listings. This app logs all the warning and error messages in a log file named activity.log in the current working directory from where pycreatemyspace.py is invoked. Once this log file is created, all the subsequent warnings and errors are appended to it.

The download links for the project are :

Post a comment or leave a trackback: Trackback URL.

Comments

  • Microsoft Office 2010 Home And Student Key  On December 2, 2010 at 10:33 am

    After reading this I thought it was quite informative. I appreciate you taking the time to put this blog piece together. I once once more uncover myself spending way to much time both reading and commenting. What ever, it was still worth it.

  • potenzmittel viagra  On December 7, 2010 at 4:26 pm

    This is a really very good go through for me, Must admit that you’re one of the best bloggers I ever noticed.Thanks for posting this informative article.

  • Marine Ring  On December 12, 2010 at 4:03 am

    When i visit a blog, chances are that i get disappointed. On the contrary,I have to say that you have done a good job here.

  • Sari Appleberry  On December 12, 2010 at 8:48 am

    When i visit a blog, chances are that i get disappointed. On the contrary,I have to say that you have done a good job here.

  • Loni Palomino  On December 12, 2010 at 8:54 pm

    Most of the times i visit a blog I notice that most blogs are amateurish.On the other hand,I could honestly say that you writting is decent and your website solid.

  • Mindy Rudin  On December 12, 2010 at 10:02 pm

    Quite a beautiful website. I recently built mine and i was looking for some design ideas and you gave me a few. May i ask you whether you developed the website by youself?

    Cheers

Trackbacks

Leave a reply to Mindy Rudin Cancel reply