8
abkcode
5y

Worked on open-source for the first time. Learned python and wrote script to upgrade fontawesome from 4 to 5 by replacing the icon names.

https://github.com/abkcode/...

more open-source projects coming soon.

Comments
  • 0
    I dont know python but wouldnt it be quicker if you check if there have been changes to the file before writing it?
  • 0
    @Codex404 I didn't get your question. Are you talking about optimisation?
  • 0
    @abkcode yes. At the moment you always save even if the content hasnt changed. Since read write operations are relatively heavy an isChanged check could potentionally be a lot quicker.
  • 0
    @Codex404 Thanks for the suggestion will implement it soon.
  • 0
    @abkcode be sure to verify it, its just a hunch, and it might differ per language
  • 1
    Cool, you really did make the script. 😁
Add Comment