How do I make the ini file?

Asked 2 years ago, Updated 2 years ago, 15 views

I made a file called config.ini I'm trying to save information similar to passwords.

I wonder how to make the ini file;; (The book is very unfriendly)

Do I just make it into a txt file and change the extension to ini?

python ini

2022-09-21 19:39

1 Answers

The .ini file is a plain text file.

You can also create a txt file to replace the extension.


2022-09-21 19:39

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.