Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crespo/cinema-tickets
Tickets management program made in Python for the conclusion of a subject.
https://github.com/crespo/cinema-tickets
Last synced: about 2 months ago
JSON representation
Tickets management program made in Python for the conclusion of a subject.
- Host: GitHub
- URL: https://github.com/crespo/cinema-tickets
- Owner: crespo
- Created: 2021-11-25T21:08:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T21:19:46.000Z (about 3 years ago)
- Last Synced: 2023-09-17T10:26:13.834Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cinema-tickets
This program was made in 2019 for the conclusion of the class 'Introduction to Programming'. It's OOP based.## Info
It stores all the informations at a .txt file, sells tickets, return tickets, have a sales summary, verifies previous sessions (looks for the .txt file) and do the room the size dynamically (if it's a new session, the program asks for the X and Y size of the room).Since it's my first OOP project, I had trouble to understand how private and public variables works and how to work with them. But with some practice I get to understand it and finished the project.
## Testing it
1. Create a new Replit Python project [here](https://replit.com/new/python3). You have to create an account or login if you already have one.
1. Copy the [main.py](https://github.com/crespo/half-minesweeper/blob/master/game.c) code and paste it at the Replit editor.
1. Click on 'Run' that's sitting at the top of the browser.
1. Test it out!