Results 1 to 2 of 2

Thread: Txt-file Tool in Python. General Advice please.

  1. #1

    Icon1 Txt-file Tool in Python. General Advice please.

    Hello there,
    iam trying to write a txtfile viewer and editor in Python for the EDU, battlemodeldb and the descr_skeleton. Since there are some people who made very usefull tools i just want to make sure iam on the right path.
    My first approach is reading the txt files line by line and parsing each line with regular expressions, the outcomes will be saved in seperate objects of a class unit/soldier/skeleton.

    Is this a good approach or do you guys have any advice for me?

    Thanks for every answer in advance,
    Jojo00182

  2. #2
    Gigantus's Avatar I am not special - I am a limited edition.
    Patrician took an arrow to the knee spy of the council

    Join Date
    Aug 2006
    Location
    Goa - India
    Posts
    53,125
    Blog Entries
    35

    Default Re: Txt-file Tool in Python. General Advice please.

    I am not sure if you are not inventing the wheel again - won't this tool do what you have in mind?










Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •