You are browsing as a guest. Sign up (or log in) to start making projects!

44m 36s logged

alrighty so i’ve laid out a bit of a system in my head - would probably be better to actually flowchart it but im not bothered with all that lol.
currently i have just finished the main menu and have began the actual file creation system through pythons built-in open() function.
also imported datetime because i want the file to have the date of creation on it :)
for the actual file creation, the user types in the project name, then i ask the user to add the file path of where to put the boms, then put it all in a while loop so if paths r invalid it’ll just loop.
and finally the file actually gets created at the path with the name format ‘projectname-bom-dd-mm-yy.csv’.

nextly, i will pre-add all the columns that i use for the boms and allow the user to actually add items to the bom.

0
4

Comments 0

No comments yet. Be the first!