├── DomainGistry_Domain_Name_Generator_WebApp ├── README.md ├── app.py ├── images │ ├── image_01.png │ ├── image_02.png │ └── image_03.png └── templates │ └── index.html ├── Email_ExtractorX_GUI ├── README.md ├── emailextractorx.py ├── images │ ├── emailextractor_email.png │ ├── emailextractor_home.png │ └── emailextractor_url.png └── setup.py ├── Email_Extractor_Web_App ├── README.md ├── app.py ├── images │ ├── emailextractor_email.png │ ├── emailextractor_phone.png │ ├── emailextractor_webapp.png │ └── emalextractor_url.png └── templates │ └── index.html ├── FileOrganizer ├── README.md ├── click-config-ex │ ├── config.yaml │ ├── config1.yaml │ ├── greeter.py │ └── newcli.py ├── config.yaml ├── file_organizer.py ├── file_organizer0.03.py ├── greeter.py ├── image1.png ├── image2.png ├── image3.png ├── newcli.py └── test │ ├── file1.txt │ ├── file2.txt │ ├── file_organizer0.03.py │ └── filer-ther.txt ├── FireNotes ├── README.md ├── data.db ├── firenotes.py └── images │ ├── images1.png │ └── images2.png ├── InPage_Links_Explorer ├── README.md ├── app.py ├── images │ ├── images_app1.png │ ├── images_app2.png │ ├── images_app3.png │ └── images_app4.png ├── static │ ├── css │ │ ├── custom.css │ │ ├── materialize.css │ │ └── materialize.min.css │ ├── imgs │ │ ├── imagebl1.jpeg │ │ ├── imagebl2.jpeg │ │ └── imagebl3.jpeg │ └── js │ │ ├── init.js │ │ ├── materialize.js │ │ └── materialize.min.js └── templates │ └── index.html ├── README.md ├── Registrio-Registration CLI ├── README.md ├── data.db ├── image2.png ├── image3.png ├── image_help.png └── registrio.py ├── Registrio_Registration_GUI └── registrio_gui.py ├── TermiPad ├── README.md ├── data.db ├── images │ ├── images_show_all.png │ ├── images_termipad1.png │ ├── images_termipad2.png │ ├── images_termipad3.png │ ├── images_termipad4.png │ └── images_termipad5.png ├── mynote.yml └── termipad.py └── benchmarktools.zip /DomainGistry_Domain_Name_Generator_WebApp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/DomainGistry_Domain_Name_Generator_WebApp/README.md -------------------------------------------------------------------------------- /DomainGistry_Domain_Name_Generator_WebApp/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/DomainGistry_Domain_Name_Generator_WebApp/app.py -------------------------------------------------------------------------------- /DomainGistry_Domain_Name_Generator_WebApp/images/image_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/DomainGistry_Domain_Name_Generator_WebApp/images/image_01.png -------------------------------------------------------------------------------- /DomainGistry_Domain_Name_Generator_WebApp/images/image_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/DomainGistry_Domain_Name_Generator_WebApp/images/image_02.png -------------------------------------------------------------------------------- /DomainGistry_Domain_Name_Generator_WebApp/images/image_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/DomainGistry_Domain_Name_Generator_WebApp/images/image_03.png -------------------------------------------------------------------------------- /DomainGistry_Domain_Name_Generator_WebApp/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/DomainGistry_Domain_Name_Generator_WebApp/templates/index.html -------------------------------------------------------------------------------- /Email_ExtractorX_GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_ExtractorX_GUI/README.md -------------------------------------------------------------------------------- /Email_ExtractorX_GUI/emailextractorx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_ExtractorX_GUI/emailextractorx.py -------------------------------------------------------------------------------- /Email_ExtractorX_GUI/images/emailextractor_email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_ExtractorX_GUI/images/emailextractor_email.png -------------------------------------------------------------------------------- /Email_ExtractorX_GUI/images/emailextractor_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_ExtractorX_GUI/images/emailextractor_home.png -------------------------------------------------------------------------------- /Email_ExtractorX_GUI/images/emailextractor_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_ExtractorX_GUI/images/emailextractor_url.png -------------------------------------------------------------------------------- /Email_ExtractorX_GUI/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_ExtractorX_GUI/setup.py -------------------------------------------------------------------------------- /Email_Extractor_Web_App/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_Extractor_Web_App/README.md -------------------------------------------------------------------------------- /Email_Extractor_Web_App/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_Extractor_Web_App/app.py -------------------------------------------------------------------------------- /Email_Extractor_Web_App/images/emailextractor_email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_Extractor_Web_App/images/emailextractor_email.png -------------------------------------------------------------------------------- /Email_Extractor_Web_App/images/emailextractor_phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_Extractor_Web_App/images/emailextractor_phone.png -------------------------------------------------------------------------------- /Email_Extractor_Web_App/images/emailextractor_webapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_Extractor_Web_App/images/emailextractor_webapp.png -------------------------------------------------------------------------------- /Email_Extractor_Web_App/images/emalextractor_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_Extractor_Web_App/images/emalextractor_url.png -------------------------------------------------------------------------------- /Email_Extractor_Web_App/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Email_Extractor_Web_App/templates/index.html -------------------------------------------------------------------------------- /FileOrganizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FileOrganizer/README.md -------------------------------------------------------------------------------- /FileOrganizer/click-config-ex/config.yaml: -------------------------------------------------------------------------------- 1 | name="JCharis" 2 | age="24" -------------------------------------------------------------------------------- /FileOrganizer/click-config-ex/config1.yaml: -------------------------------------------------------------------------------- 1 | name=JCharis Jesse 2 | time=Morning -------------------------------------------------------------------------------- /FileOrganizer/click-config-ex/greeter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FileOrganizer/click-config-ex/greeter.py -------------------------------------------------------------------------------- /FileOrganizer/click-config-ex/newcli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FileOrganizer/click-config-ex/newcli.py -------------------------------------------------------------------------------- /FileOrganizer/config.yaml: -------------------------------------------------------------------------------- 1 | name="JCharis" 2 | age="24" -------------------------------------------------------------------------------- /FileOrganizer/file_organizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FileOrganizer/file_organizer.py -------------------------------------------------------------------------------- /FileOrganizer/file_organizer0.03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FileOrganizer/file_organizer0.03.py -------------------------------------------------------------------------------- /FileOrganizer/greeter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FileOrganizer/greeter.py -------------------------------------------------------------------------------- /FileOrganizer/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FileOrganizer/image1.png -------------------------------------------------------------------------------- /FileOrganizer/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FileOrganizer/image2.png -------------------------------------------------------------------------------- /FileOrganizer/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FileOrganizer/image3.png -------------------------------------------------------------------------------- /FileOrganizer/newcli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FileOrganizer/newcli.py -------------------------------------------------------------------------------- /FileOrganizer/test/file1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileOrganizer/test/file2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FileOrganizer/test/file_organizer0.03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FileOrganizer/test/file_organizer0.03.py -------------------------------------------------------------------------------- /FileOrganizer/test/filer-ther.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FireNotes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FireNotes/README.md -------------------------------------------------------------------------------- /FireNotes/data.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FireNotes/data.db -------------------------------------------------------------------------------- /FireNotes/firenotes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FireNotes/firenotes.py -------------------------------------------------------------------------------- /FireNotes/images/images1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FireNotes/images/images1.png -------------------------------------------------------------------------------- /FireNotes/images/images2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/FireNotes/images/images2.png -------------------------------------------------------------------------------- /InPage_Links_Explorer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/README.md -------------------------------------------------------------------------------- /InPage_Links_Explorer/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/app.py -------------------------------------------------------------------------------- /InPage_Links_Explorer/images/images_app1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/images/images_app1.png -------------------------------------------------------------------------------- /InPage_Links_Explorer/images/images_app2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/images/images_app2.png -------------------------------------------------------------------------------- /InPage_Links_Explorer/images/images_app3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/images/images_app3.png -------------------------------------------------------------------------------- /InPage_Links_Explorer/images/images_app4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/images/images_app4.png -------------------------------------------------------------------------------- /InPage_Links_Explorer/static/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/static/css/custom.css -------------------------------------------------------------------------------- /InPage_Links_Explorer/static/css/materialize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/static/css/materialize.css -------------------------------------------------------------------------------- /InPage_Links_Explorer/static/css/materialize.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/static/css/materialize.min.css -------------------------------------------------------------------------------- /InPage_Links_Explorer/static/imgs/imagebl1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/static/imgs/imagebl1.jpeg -------------------------------------------------------------------------------- /InPage_Links_Explorer/static/imgs/imagebl2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/static/imgs/imagebl2.jpeg -------------------------------------------------------------------------------- /InPage_Links_Explorer/static/imgs/imagebl3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/static/imgs/imagebl3.jpeg -------------------------------------------------------------------------------- /InPage_Links_Explorer/static/js/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/static/js/init.js -------------------------------------------------------------------------------- /InPage_Links_Explorer/static/js/materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/static/js/materialize.js -------------------------------------------------------------------------------- /InPage_Links_Explorer/static/js/materialize.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/static/js/materialize.min.js -------------------------------------------------------------------------------- /InPage_Links_Explorer/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/InPage_Links_Explorer/templates/index.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Utility-Apps 2 | A collection of useful web apps 3 | -------------------------------------------------------------------------------- /Registrio-Registration CLI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Registrio-Registration CLI/README.md -------------------------------------------------------------------------------- /Registrio-Registration CLI/data.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Registrio-Registration CLI/data.db -------------------------------------------------------------------------------- /Registrio-Registration CLI/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Registrio-Registration CLI/image2.png -------------------------------------------------------------------------------- /Registrio-Registration CLI/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Registrio-Registration CLI/image3.png -------------------------------------------------------------------------------- /Registrio-Registration CLI/image_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Registrio-Registration CLI/image_help.png -------------------------------------------------------------------------------- /Registrio-Registration CLI/registrio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Registrio-Registration CLI/registrio.py -------------------------------------------------------------------------------- /Registrio_Registration_GUI/registrio_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/Registrio_Registration_GUI/registrio_gui.py -------------------------------------------------------------------------------- /TermiPad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/TermiPad/README.md -------------------------------------------------------------------------------- /TermiPad/data.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/TermiPad/data.db -------------------------------------------------------------------------------- /TermiPad/images/images_show_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/TermiPad/images/images_show_all.png -------------------------------------------------------------------------------- /TermiPad/images/images_termipad1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/TermiPad/images/images_termipad1.png -------------------------------------------------------------------------------- /TermiPad/images/images_termipad2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/TermiPad/images/images_termipad2.png -------------------------------------------------------------------------------- /TermiPad/images/images_termipad3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/TermiPad/images/images_termipad3.png -------------------------------------------------------------------------------- /TermiPad/images/images_termipad4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/TermiPad/images/images_termipad4.png -------------------------------------------------------------------------------- /TermiPad/images/images_termipad5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/TermiPad/images/images_termipad5.png -------------------------------------------------------------------------------- /TermiPad/mynote.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/TermiPad/mynote.yml -------------------------------------------------------------------------------- /TermiPad/termipad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/TermiPad/termipad.py -------------------------------------------------------------------------------- /benchmarktools.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jcharis/Utility-Apps/HEAD/benchmarktools.zip --------------------------------------------------------------------------------