{"id":27005741,"url":"https://github.com/hanilr/resistor-calculator","last_synced_at":"2025-04-04T07:17:36.395Z","repository":{"id":249538981,"uuid":"361111022","full_name":"hanilr/resistor-calculator","owner":"hanilr","description":"Resistor Calculator - Written In Python. (With Gui)","archived":false,"fork":false,"pushed_at":"2025-01-02T18:39:38.000Z","size":54,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T19:31:25.250Z","etag":null,"topics":["electrical-engineering","engineering","gui","python","resistor","resistor-calculator","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hanilr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-24T08:33:41.000Z","updated_at":"2025-01-02T18:39:43.000Z","dependencies_parsed_at":"2025-01-02T19:30:07.201Z","dependency_job_id":"eef52649-6388-4381-ad5a-545c02af83c9","html_url":"https://github.com/hanilr/resistor-calculator","commit_stats":null,"previous_names":["hanilr/resistor-calculator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanilr%2Fresistor-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanilr%2Fresistor-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanilr%2Fresistor-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanilr%2Fresistor-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanilr","download_url":"https://codeload.github.com/hanilr/resistor-calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135128,"owners_count":20889421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electrical-engineering","engineering","gui","python","resistor","resistor-calculator","tkinter"],"created_at":"2025-04-04T07:17:35.917Z","updated_at":"2025-04-04T07:17:36.388Z","avatar_url":"https://github.com/hanilr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resistor Calculator\nResistor calculator written in python.\n\n* [About The Project](#about-the-project)\n* [Running](#running)\n\n# About The Project\nIf you don't have a multimeter and need to measure a resistor, this program is for you.\nMy aim in doing this project is for those who are new to the field of electricity or electronics.\nHaving some information about what it is like before buying some tools.\nI'm currently use tkinter because I'm new on oop so thats my oop test project. I'll continue with qt after that project.\n\n## Main Screen\nThis is main screen, but if you want a specific one you must take a look in \"/src\" folder.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/77579421/138568683-1a88add6-4bd0-40e4-af63-7be4b1a03464.png\" width=\"480\"\u003e\n\n## Help Screen\nIf you need any help or if you wonder how it works.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/77579421/138568688-4e244db0-475f-436d-a4bb-3bdf379b5551.png\" width=\"480\"\u003e\n\n\n## Three Band\nIn three band you need just three color because in this band you don't need a tolerance color.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/77579421/138568978-c37f9ac8-c660-41cc-b080-cb2a76a28d25.png\" width=\"480\"\u003e\n\n\n## Four Band\nIn four band you need four color. First and second one is for writing side by side third one is for multiplier fourth and last one is for tolerance.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/77579421/138568852-871fc2fd-6198-4fd7-9000-dcafb2128dad.png\" width=\"480\"\u003e\n\n\n## Five Band\nIn five band you need five color. This band like the four band but the third one is for side by side too.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/77579421/138568881-981bf4b4-d15c-4036-908b-686f9ef460b2.png\" width=\"480\"\u003e\n\n\n## Six Band\nIn six band you need six color. (You're starting to understand how these names work!) Like the fifth one but the last color is for temperature.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/77579421/138568939-89663b1b-e757-450d-b667-62d57ed0cf24.png\" width=\"480\"\u003e\n\n\n# Running\n### Windows: ` python resistor-calculator.py `\n### Linux: ` python3 resistor-calculator.py `\n\n\u003e If you want to test per band or screen run in `/resistor-calculator/src` directory.\n\u003e\u003e python3 three_band.py\n\n## If you receive an error about tkinter in linux.\n### Debian: ` sudo apt-get install python-tk `\n### Arch: ` sudo pacman -S tk `\n### Fedora: ` sudo dnf install python3-tkinter `\n### Other Red Hat Distros: ` sudo yum install -y tkinter tk-devel `\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanilr%2Fresistor-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanilr%2Fresistor-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanilr%2Fresistor-calculator/lists"}