An open API service indexing awesome lists of open source software.

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.

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`