├── .README.md.swp ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── custom.md │ └── feature_request.md └── workflows │ ├── codeql-analysis.yml │ ├── jekyll-gh-pages.yml │ └── python-publish.yml ├── .gitignore ├── ColorRandom.tar.gz ├── Component 1(1).png ├── Installation.txt ├── LICENSE ├── Libery_Test.py ├── Owner.yaml ├── README.md ├── SECURITY.md ├── Screencast from 23-09-08 13:19:39.webm ├── colorRandom.png ├── colorRandom ├── Funck.py ├── randomTic.txt └── script.py ├── color_in_pytjon └── Data_code.yaml ├── logo_colorrandom.png └── setup.py /.README.md.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/.README.md.swp -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/.github/workflows/codeql-analysis.yml -------------------------------------------------------------------------------- /.github/workflows/jekyll-gh-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/.github/workflows/jekyll-gh-pages.yml -------------------------------------------------------------------------------- /.github/workflows/python-publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/.github/workflows/python-publish.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/.gitignore -------------------------------------------------------------------------------- /ColorRandom.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/ColorRandom.tar.gz -------------------------------------------------------------------------------- /Component 1(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/Component 1(1).png -------------------------------------------------------------------------------- /Installation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/Installation.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/LICENSE -------------------------------------------------------------------------------- /Libery_Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/Libery_Test.py -------------------------------------------------------------------------------- /Owner.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/Owner.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/SECURITY.md -------------------------------------------------------------------------------- /Screencast from 23-09-08 13:19:39.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/Screencast from 23-09-08 13:19:39.webm -------------------------------------------------------------------------------- /colorRandom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/colorRandom.png -------------------------------------------------------------------------------- /colorRandom/Funck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/colorRandom/Funck.py -------------------------------------------------------------------------------- /colorRandom/randomTic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/colorRandom/randomTic.txt -------------------------------------------------------------------------------- /colorRandom/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/colorRandom/script.py -------------------------------------------------------------------------------- /color_in_pytjon/Data_code.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/color_in_pytjon/Data_code.yaml -------------------------------------------------------------------------------- /logo_colorrandom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/logo_colorrandom.png -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meahura/ColorRandom/HEAD/setup.py --------------------------------------------------------------------------------