Skip to main content

My Python Project: a command-line tool to create a Pythpn project

Project description

MPP

My Python Project

Description

A simple tool to create a project with Python.

Usage

Start a project easily

$ mpp setup
What is your project name? Project
What is your author name? Name
Do you want to display the console (y/n)? [n] y
Are you using an icon (y/n)? [y]

$ python main.py
'Project' is ready to be used

Show your configuration

$ mpp config
 -→ name = Project
 -→ author = Name
 -→ console = True
 -→ icon = resources/images/icon.ico

Edit your configuration

$ mpp config name author
What is your project name? [Project] AmazingProject
What is your author name? [Name] John

Are you sure of your modifications (y/n)? y

Freeze your project with PyInstaller

$ mpp freeze
[PyInstaller stdout...]
$ target\AmazingProject\AmazingProject.exe
'AmazingProject' is ready to be used

Create an installer for your project with NSIS

$ mpp installer
[NSIS stdout...]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mpp-0.0.1.tar.gz (52.4 kB view hashes)

Uploaded Source

Built Distribution

mpp-0.0.1-py3-none-any.whl (63.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page