Skip to content

tcordina/dutaf-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dutaf desktop

Simple CRUD example to learn python.
(Not the cleanest code but hey, it works !)

Launch it

To launch the app, make sure you have python intalled (3.7.0 is used here) and type this console command:

$ python app.py

Build it

To compile the source code to a .exe file, use the pyinstaller package

$ pyinstaller --onefile app.py --noconsole

About

Trying Python out along with the PyQt package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages