Initial version of blog Gen

This commit is contained in:
AjaySi
2023-10-07 10:51:22 +05:30
commit 12010c0478
27 changed files with 1295 additions and 0 deletions

4
prompt Normal file
View File

@@ -0,0 +1,4 @@
Move all hard coded values from the modules and put the them in a config file.
Suggest functions that be improved upon on readibility, polymorphism and remove redundany.
Make the code conform to PEP standards.
Include try and except. Include exception at possible places. Include detailed excpetions and error messages.