Simple sales tool creation with Python GUI: Desktop application released

A public memo that allows other people to use the GUI apps created so far.

  1. Save the code created in Spyder to the newly created folder (filename.py)

  2. Enter the following command with Anaconda Prompt

pip install pyinstaller
  1. Enter the following command with Anaconda Prompt
cd C:\Newly created folder name#.Move to the folder where the py file is saved
pyinstaller filename.py --onefile
  1. Wait a moment and the .exe will be created in the dist folder

Recommended Posts

Simple sales tool creation with Python GUI: Desktop application released
Simple sales tool creation with Python GUI: Quote creation
Simple sales tool creation with Python GUI: Employee number search
Simple sales tool creation with Python GUI: Cost rate calculation
I made a GUI application with Python + PyQt5
GUI image cropping tool made with Python + Tkinter
Simple sales tool creation with Python GUI: Employee number search
Simple sales tool creation with Python GUI: Quote creation
Simple sales tool creation with Python GUI: Cost rate calculation
Simple sales tool creation with Python GUI: Desktop application released
GUI creation in python using tkinter 2
GUI creation in python using tkinter part 1
Search Twitter using Python
# 1 [python3] Simple calculation using variables
I made a simple book application with python + Flask ~ Introduction ~
Web application creation with Django
Create a simple video analysis tool with python wxpython + openCV
Create a simple Python development environment with VSCode & Docker Desktop
[GUI with Python] PyQt5 -Preparation-
[GUI with Python] PyQt5 -Paint-
[GUI with Python] PyQt5 -Widget II-
Monitor Python application performance with Dynatrace ♪
[GUI with Python] PyQt5-The first step-
[GUI with Python] PyQt5-Drag and drop-
GUI creation with Pyside2 <Kindergarten level>
Automate simple tasks with Python Part0
Application development with Docker + Python + Flask
Python application: Data cleansing # 2: Data cleansing with DataFrame
GUI creation in python using tkinter 2
Implement a simple application with Python full scratch without using a web framework.
Creating a simple PowerPoint file with Python
GUI creation in python using tkinter part 1
Simple Slack API client made with Python
Automate simple tasks with Python Part1 Scraping
Machine learning with python (2) Simple regression analysis
Create a simple GUI app in Python
Use Amazon Simple Notification Service with Python
[Python] A quick web application with Bottle!
Use Application Insights with Python 3 (including bottles)
WebApi creation with Python (CRUD creation) For beginners
Run a Python web application with Docker
Excel table creation with Python [Progress management table]
Happy GUI construction with electron and python
Make a desktop app with Python with Electron
I made a simple blackjack with Python
I tried to make a simple mail sending application with tkinter of Python