commit e200ab8d9d78a723fa324616ef2efaddfbe4f794 Author: CodeByMrFinchum Date: Tue Dec 3 18:38:59 2024 +0100 Initiating project, readme and gitignore file. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e4de46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +local_files/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9d0a8b --- /dev/null +++ b/README.md @@ -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.