Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrosicka/pyqtpartylist
Imagine throwing an unforgettable party! Plan your perfect party with the Party Guest List app. The Party Guest List app is the perfect way to organize your guest list for any event. With its simple interface and powerful features, you can easily add, edit, and delete guests.
https://github.com/hrosicka/pyqtpartylist
creative-applications database desktop desktop-application forms gui partylist python python-sqlite simple-app simple-application sql sqlite
Last synced: 7 days ago
JSON representation
Imagine throwing an unforgettable party! Plan your perfect party with the Party Guest List app. The Party Guest List app is the perfect way to organize your guest list for any event. With its simple interface and powerful features, you can easily add, edit, and delete guests.
- Host: GitHub
- URL: https://github.com/hrosicka/pyqtpartylist
- Owner: hrosicka
- License: mit
- Created: 2024-02-11T13:18:25.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T15:42:05.000Z (3 months ago)
- Last Synced: 2024-10-27T16:52:04.115Z (3 months ago)
- Topics: creative-applications, database, desktop, desktop-application, forms, gui, partylist, python, python-sqlite, simple-app, simple-application, sql, sqlite
- Language: Python
- Homepage:
- Size: 867 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PartyList
Application for creating partylist of friends. Written in Python. SQLite database is used as storage. Still in progress...- **Imagine throwing an unforgettable party!** Keep track of your guests effortlessly with our user-friendly Party List application. This intuitive software seamlessly manages your guest information, ensuring a smooth and stress-free planning experience.
- **Say goodbye to handwritten lists and scattered notes!** Party List offers a centralized hub for organizing your guest details. Add new contacts with just a few clicks, edit existing entries, and even export your meticulously crafted list to an Excel file for further customization.
## Testing data
Data for first testing.
SQL skript [SQL skript - testing data](https://github.com/hrosicka/PyQtPartyList/blob/master/input_first_data.sql).## Main window
### Allowable functions
- add new person
- delete one record
- edit one record
- delete all records
- export one record into Excel
- export data into Excel
- export data into PDF
- close applicatin![](https://github.com/hrosicka/PyQtPartyList/blob/master/doc/PartyList.png)
### Sorting
Sorting table![](https://github.com/hrosicka/PyQtPartyList/blob/master/doc/PartyListSorting.png)
### Warning
Warning before deleting one record - one person![](https://github.com/hrosicka/PyQtPartyList/blob/master/doc/WarningDeleting.png)
Warning before deleting all records - all people
![](https://github.com/hrosicka/PyQtPartyList/blob/master/doc/WarningDeletingAllPeople.png)
Deleted all data from the table
![](https://github.com/hrosicka/PyQtPartyList/blob/master/doc/DeletedAllData.png)
## Add new person
![](https://github.com/hrosicka/PyQtPartyList/blob/master/doc/AddNewPersonDialog.png)### All fields must be filled
![](https://github.com/hrosicka/PyQtPartyList/blob/master/doc/AddNewPersonDialogFirstName.png)![](https://github.com/hrosicka/PyQtPartyList/blob/master/doc/AddNewPersonDialogLastName.png)
![](https://github.com/hrosicka/PyQtPartyList/blob/master/doc/AddNewPersonDialogPhone.png)