Skip to content
/ animagi Public

This project consists of generating bulk .ini files dedicated to configuration.

License

Notifications You must be signed in to change notification settings

nyx-ei/animagi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

animagi

Definition

An .INI file is a type of file that contains configuration information in a simple, predefined format. It is used by Windows OSs and Windows-based applications to store information about the user's preferences and operating environment. These files are plain text files with a basic structure comprised of properties and sections. It is pronounced as "dot in-ee" or simply "in-ee" file, where .ini signifies "initialization."

Usages of .ini files

.ini files are used to initiate many applications both on Linux and Windows OS. Since .ini files are commonly used, they are compliant to a specific syntax.

[heading1]
key1=value
key2=value

[heading2]
a=1
b=2

Useful links

Product specifications

The process to use the Animagi system is to be able to generate .INI files in a bulky way. This include being able to:

  • design the .INI files to generate
  • set the locations of the .INI files
  • let the user fill the values of variables in the .INI files

About

This project consists of generating bulk .ini files dedicated to configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published