├── LICENSE.md ├── README.md ├── autofunkt.py ├── new.profile ├── requirements.txt └── test.profile /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedSiege/AutoFunkt/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedSiege/AutoFunkt/HEAD/README.md -------------------------------------------------------------------------------- /autofunkt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedSiege/AutoFunkt/HEAD/autofunkt.py -------------------------------------------------------------------------------- /new.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedSiege/AutoFunkt/HEAD/new.profile -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyMalleableProfileParser==0.3.3 2 | -------------------------------------------------------------------------------- /test.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RedSiege/AutoFunkt/HEAD/test.profile --------------------------------------------------------------------------------