https://github.com/harshshah6/github-repo-size-calculator
An GUI application written in python using customtkinter. This calculates an repository size and shows the value in an text.
https://github.com/harshshah6/github-repo-size-calculator
calculate-gihtub-repo-size github python python3 repository repository-size tkinter tkinter-gui tkinter-python
Last synced: about 2 months ago
JSON representation
An GUI application written in python using customtkinter. This calculates an repository size and shows the value in an text.
- Host: GitHub
- URL: https://github.com/harshshah6/github-repo-size-calculator
- Owner: Harshshah6
- Created: 2024-07-24T10:27:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T10:57:49.000Z (over 1 year ago)
- Last Synced: 2024-12-26T11:07:23.762Z (12 months ago)
- Topics: calculate-gihtub-repo-size, github, python, python3, repository, repository-size, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 12.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github-Repo-Size-Calculator
An GUI application written in python using customtkinter. This calculates an repository size and shows the value in an text.

## Setting up workspace
1. Clone the repository
`git clone https://github.com/harshshah6/Github-Repo-Size-Calculator.git`
2. Install the requirements
`pip install -r requirements.txt`
3. Run the application
`python main.py`
## To Convert py to exe
1. Install auto-py-to-exe
`pip install auto-py-to-exe`
2. Run auto-py-to-exe
`auto-py-to-exe`
3. Select Script `main.py`
4. Add `customtkinter` and `requests` directory in extras
5. Select `-single-file`
6. Select `window mode (hide console)`
7. Click on convert and your exe will be available at `/out/main.exe`