Skip to content

aruniiird/my_account_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MyAccountManager (MAM)
----------------------
A simple python project, to calculate your day-to-day accounts...

How to make it work
-------------------
start "python"
import sys
sys.path.append ("<basedir_path_to_myAccMgr.py>")
import myAccMgr
obj = myAccMgr.MyAccounts()
or
#you can give a meaning ful string as the constructor argument
obj = myAccMgr.MyAccounts ('My January 2011 Account')

#you can see various functions to work with
dir (obj)

#after adding your expenses and income, you can save the account state to a file
obj.save('my_jan_account_2011.txt')

#to get back the details from the file
obj.load ('my_jan_account_2011.txt')
obj.displayDetails () #will display the whole state of the account loaded

TODO
----
to make it act as a standalone project

About

checking github with this simple python module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages