Item_Pricer Class - For Python 3.1.1
Item_Pricer Class: Version 0.1
Python Version: 3.1.1
Used to create Gaiaonline item databases that include the name of the item, the id of the item, and the price of the item in a comprehensible format.
I understand that not many will use this, however for those that are interested in Market Place Bots, then this is a start (since you WILL need something to update your item's data).
I will be using this thread as a journal to document my progress on this class. Even though it is basically finished, I still must polish the script, it's good practice and will make a difference on big programs.
Any suggestions on what other features might be added are welcomed.
Progress:
To test it, just extract all three .py documents and run Item_Pricer.py.
Python Version: 3.1.1
Used to create Gaiaonline item databases that include the name of the item, the id of the item, and the price of the item in a comprehensible format.
I understand that not many will use this, however for those that are interested in Market Place Bots, then this is a start (since you WILL need something to update your item's data).
I will be using this thread as a journal to document my progress on this class. Even though it is basically finished, I still must polish the script, it's good practice and will make a difference on big programs.
Any suggestions on what other features might be added are welcomed.
[b]To do for Version 0.2:[/b]
1. Document code
[b]To do for Version 0.3:[/b]
1. Clean code, get rid of all those global variables and un-needed crap
[b]To do for Version 0.4:[/b]
1. Add error-handling!!
[b]To do for Version 0.5:[/b]
1. Make a settings file which will be read to customize the enviromentProgress:
Jan 10, 2010: Finished writing the major concepts of the class. It is functional and can be applied in other programs, however there is no error-handling and there is a risk for crash.To test it, just extract all three .py documents and run Item_Pricer.py.