Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ragul-rofi/tokenmanagementsys
https://github.com/ragul-rofi/tokenmanagementsys
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ragul-rofi/tokenmanagementsys
- Owner: ragul-rofi
- License: mit
- Created: 2024-07-06T17:59:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T16:46:07.000Z (3 months ago)
- Last Synced: 2024-12-11T18:20:19.909Z (about 1 month ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Event Management System
A simple console-based event management system that allows clients to create events and allocate tokens for users. This system facilitates event creation, token allocation, and ensures that each user receives a unique token for the event they register for.
## Features
- **Create Events**: Clients can create events by specifying the purpose, location, date, time, and number of tokens.
- **Allocate Tokens**: Users can request tokens for a specific event using an event ID.
- **Unique Token Generation**: Each user receives a unique token number for their event participation.## How to Use
1. **Run the Program**: Execute the Python script in your terminal.
2. **Choose Your Role**:
- Enter `client` to create an event.
- Enter `user` to request a token for an existing event.
3. **Follow the Prompts**: Enter the required details as prompted.## Installation
Make sure you have Python installed on your system. To run the program, simply clone this repository and execute the following command in your terminal:
```bash
python event_management.py
```### Notes:
- Make sure to replace `[Your Name]` and `[Your Contact Information]` with your actual name and contact info if you want to include that in the README.
- You can also adjust any part of the README according to your specific preferences or additional features you may want to highlight.