Initiating project, readme and gitignore file.

This commit is contained in:
Mr Finchum 2024-12-03 18:38:59 +01:00
commit e200ab8d9d
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
local_files/

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# FTL Save File Manager
Recreating the program I wrote in school in VS Basic but in Python.
It is a program enabling saving and loading in FTL (Faster Then Light) game.
It is considered as a project to learn and be more confident with Python as well as Git.